Skip to content

Commit

Permalink
Merge "Stop pruning images on k1s hosts"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul CI authored and Gerrit Code Review committed Jun 1, 2023
2 parents 47d4b2e + 572cbeb commit d4a68e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/sf/k1s/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,5 @@
- name: Add periodic job to prune unused podman images
cron:
name: "podman-image-prune"
user: "{{ k1s_user }}"
minute: "0"
hour: "2"
job: 'podman image prune > /dev/null'
state: absent
become: true

0 comments on commit d4a68e0

Please sign in to comment.