Skip to content

Commit

Permalink
change working folder
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Nov 29, 2024
1 parent 7bc1bac commit 8b7b95e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
{{ hostvars[groups[idr_environment | default('idr') +
'-omeroreadwrite-hosts'][0]][
'ansible_' +(idr_net_iface | default('eth0'))]['ipv4']['address'] }}
- name: Change the working directory to /tmp
ansible.builtin.shell:
cmd: ls -l | grep log
chdir: /tmp

roles:
# Use the same paths as on the omeorreadwrite server to reduce confusion
Expand Down

0 comments on commit 8b7b95e

Please sign in to comment.