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
042603b51c
commit
706272c54a
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Restart mosquitto service
|
- name: Restart mosquitto service
|
||||||
systemd:
|
service:
|
||||||
state: restarted
|
state: restarted
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
name: mosquitto
|
name: mosquitto
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Ensure mosquitto service is up and running
|
- name: Ensure mosquitto service is up and running
|
||||||
systemd:
|
service:
|
||||||
state: started
|
state: started
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user