Matrix Docker Ansible eploy
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- ---
-
- - name: Run Docker System Prune
- ansible.builtin.command:
- cmd: "{{ matrix_host_command_docker }} system prune -a -f"
- register: matrix_common_after_docker_prune_result
- changed_when: matrix_common_after_docker_prune_result.rc == 0
|