Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
264 B

  1. ---
  2. - name: Run Docker System Prune
  3. ansible.builtin.command:
  4. cmd: "{{ devture_systemd_docker_base_host_command_docker }} system prune -a -f"
  5. register: matrix_common_after_docker_prune_result
  6. changed_when: matrix_common_after_docker_prune_result.rc == 0