Skip to content

Commit

Permalink
Fix syntax for tasks in monitoring playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Sep 10, 2024
1 parent 8d0fc8e commit 81f0cc7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ansible/idr-09-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
- import_playbook: management-fluentd.yml

- hosts: "{{ idr_environment | default('idr') }}-omeroreadonly-hosts"
Tasks:
name: restart the ms service
become: true
ansible.builtin.service:
state: restarted
daemon_reload: true
name: omero-ms-image-region.service
tasks:
- name: restart the ms service
become: true
ansible.builtin.service:
state: restarted
daemon_reload: true
name: omero-ms-image-region.service

0 comments on commit 81f0cc7

Please sign in to comment.