xoxys.mosquitto/tasks/post_tasks.yml
Robert Kaussow 706272c54a
All checks were successful
continuous-integration/drone/push Build is passing
refactor: use generic ansible modules service and package
2021-06-05 15:30:32 +02:00

10 lines
180 B
YAML

---
- name: Ensure mosquitto service is up and running
service:
state: started
daemon_reload: yes
enabled: yes
name: mosquitto
become: True
become_user: root