Skip to content

Commit

Permalink
debug 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 1, 2024
1 parent 00cfd6e commit 2894e3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,20 @@
command: ls -ld /data/idr-metadata
register: command_output3

- name: Display nfs-server status
command: exportfs -v
register: command_output4


- name: Print to console
debug:
msg:
- "{{command_output1.stdout}}"
- "{{command_output2.stdout}}"
- "{{command_output3.stdout}}"
- "{{command_output4.stdout}}"

roles:

- role: ome.nfs_share
nfs_shares:
/data/OMERO:
Expand Down

0 comments on commit 2894e3b

Please sign in to comment.