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
5f1c5cc7a2
commit
3cfa354a0c
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Reload nginx
|
||||
systemd:
|
||||
service:
|
||||
state: reloaded
|
||||
name: nginx
|
||||
listen: __nginx_reload
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Ensure nginx service is up and running
|
||||
systemd:
|
||||
service:
|
||||
state: started
|
||||
daemon_reload: yes
|
||||
enabled: yes
|
||||
|
Loading…
Reference in New Issue
Block a user