Run docker cleanup as a user who can access the socket
All checks were successful
/ ansible (push) Successful in 1m28s
/ terraform (push) Successful in 39s

This commit is contained in:
Jake Howard 2024-09-09 19:41:17 +01:00
parent 3ca2b50307
commit 3111c69814
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -41,7 +41,8 @@
hour: 1 hour: 1
minute: 0 minute: 0
job: docker system prune -af --volumes job: docker system prune -af --volumes
user: "{{ docker_user.name }}" cron_file: docker_cleanup
user: root
- name: Install util scripts - name: Install util scripts
copy: copy: