Skip to content
Snippets Groups Projects
Commit 1792850a authored by Kristian Klausen's avatar Kristian Klausen :tada: Committed by Evangelos Foutras
Browse files

fixup: keep images created less than 40 days ago

parent 50d13098
No related branches found
No related tags found
No related merge requests found
Pipeline #22654 passed
......@@ -102,6 +102,8 @@
- name: prune unused docker images
docker_prune:
images: true
images_filters:
until: 960h
- name: open firewall holes
ansible.posix.firewalld: port={{ item }} permanent=true state=enabled immediate=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment