Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#8 scripts go in bin/cmd/ not bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 12, 2016
1 parent c6f9cf8 commit 1ceca7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/irods-config/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: copy DE scripts into iRODS bin/ directory
sudo: yes
sudo_user: irods
copy: src={{item}} dest=/var/lib/irods/iRODS/server/bin/ owner=irods group=irods mode=0755
copy: src={{item}} dest=/var/lib/irods/iRODS/server/bin/cmd/ owner=irods group=irods mode=0755
with_items:
- amqpsend.py
- amqptopicsend.py
Expand Down

0 comments on commit 1ceca7e

Please sign in to comment.