main.yml 291 B

123456789101112
  1. ---
  2. - name: "Restart the {{ osohm_host_monitoring }} service"
  3. service:
  4. name: "{{ osohm_host_monitoring }}"
  5. state: restarted
  6. enabled: yes
  7. - name: "Restart the {{ osohm_zagg_client }} service"
  8. service:
  9. name: "{{ osohm_zagg_client }}"
  10. state: restarted
  11. enabled: yes