main.yml 151 B

123456
  1. ---
  2. - name: "Restart the {{ osohm_host_monitoring }} service"
  3. service:
  4. name: "{{ osohm_host_monitoring }}"
  5. state: restarted
  6. enabled: yes