Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Nov 29, 2024
1 parent 569a425 commit 1c84b40
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
state: directory
mode: 0755

- name: Changeto the folder and execute command
command: chdir=/tmp ls

roles:

- role: ome.selinux_utils

- role: ome.nfs_share
nfs_shares:
/data/OMERO:
Expand Down Expand Up @@ -63,8 +57,12 @@
'-omeroreadwrite-hosts'][0]][
'ansible_' +(idr_net_iface | default('eth0'))]['ipv4']['address'] }}
- 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 1c84b40

Please sign in to comment.