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
|
- name: Restart docker-tidy
|
||||||
systemd:
|
service:
|
||||||
state: restarted
|
state: restarted
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
name: tidy
|
name: tidy
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Ensure dockertidy timer is up and running
|
- name: Ensure dockertidy timer is up and running
|
||||||
systemd:
|
service:
|
||||||
name: tidy.timer
|
name: tidy.timer
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user