Robert Kaussow
44d3cfa8dd
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
180 B
YAML
10 lines
180 B
YAML
---
|
|
- name: Ensure dockertidy timer is up and running
|
|
systemd:
|
|
name: tidy.timer
|
|
daemon_reload: yes
|
|
enabled: yes
|
|
state: started
|
|
become: True
|
|
become_user: root
|