refactor: use generic ansible modules service and package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8610178af6
commit
c32b6bfe0b
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Restart docker-tidy
|
||||
systemd:
|
||||
service:
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
name: tidy
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Ensure dockertidy timer is up and running
|
||||
systemd:
|
||||
service:
|
||||
name: tidy.timer
|
||||
daemon_reload: yes
|
||||
enabled: yes
|
||||
|
Loading…
Reference in New Issue
Block a user