forked from CCCHH/ansible-infra
Move the automatic cleanup of unused Docker data to the docker role from the docker_compose role, so that hosts, which only use Docker (like renovate) also have an automatic cleanup set up. Also use a systemd timer instead of cron.
4 lines
104 B
YAML
4 lines
104 B
YAML
- name: systemd daemon reload
|
|
ansible.builtin.systemd_service:
|
|
daemon_reload: true
|
|
become: true
|