xoxys.docker_tidy/tasks/post.yml
Robert Kaussow 44d3cfa8dd
All checks were successful
continuous-integration/drone/push Build is passing
refactoring
2020-03-21 14:05:43 +01:00

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