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

Commit

Permalink
#8 fix plugin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 12, 2016
1 parent 1ceca7e commit e5d6cea
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 @@ -27,7 +27,7 @@
- name: place libmsiSetAVU.so plugin
sudo: yes
sudo_user: irods
copy: src=libmsiSetAVU.so dest=/var/lib/irods/iRODS/plugins/microservices/ owner=irods group=irods mode=0644
copy: src=libmsiSetAVU.so dest=/var/lib/irods/plugins/microservices/ owner=irods group=irods mode=0644

# ignore_errors in case user is like don and picks 'rodsadmin' as an admin name
- name: create DE/services irods user
Expand Down

0 comments on commit e5d6cea

Please sign in to comment.