Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Nov 29, 2024
1 parent 2cd070d commit 5c95acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

# Include restart handlers
- role: ome.omero_common
- role: ome.selinux_utils

tasks:
# Lock down the read-write node in the read-only cluster
Expand All @@ -57,12 +58,11 @@
'-omeroreadwrite-hosts'][0]][
'ansible_' +(idr_net_iface | default('eth0'))]['ipv4']['address'] }}
# - name: change folder and execute command
# command: chdir=/tmp ls
# - name: change folder and execute command
# command: chdir=/tmp ls

roles:
# Use the same paths as on the omeorreadwrite server to reduce confusion
- role: ome.selinux_utils
- role: ome.nfs_mount
nfs_share_mounts:
- path: /data/OMERO-readonly
Expand Down

0 comments on commit 5c95acb

Please sign in to comment.