Skip to content

Commit

Permalink
debug 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 1, 2024
1 parent 2894e3b commit aa983a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@
mode: 0644
notify:
- restart omero-server

- name: Display nfs-server status
command: exportfs -ra
register: command_output5
- name: Print to console
debug:
msg:
- "{{command_output5.stdout}}"

# Read-only OMERO.server config
- hosts: "{{ idr_environment | default('idr') }}-omeroreadonly-hosts"
Expand Down

0 comments on commit aa983a3

Please sign in to comment.