We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9d5e5 commit ffdb053Copy full SHA for ffdb053
ansible/roles/docker/tasks/main.yml
@@ -70,6 +70,11 @@
70
enabled: true
71
ignore_errors: "{{ ansible_check_mode }}"
72
73
+- name: Remove unused Docker Images (not currently running)
74
+ ansible.builtin.shell: docker image prune -a -f
75
+ args:
76
+ executable: /bin/bash
77
+
78
- name: Checkout Repo
79
git:
80
repo=https://github.com/kryptokrona/hugin-api.git
0 commit comments