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

Commit

Permalink
#30 clean up local config permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Aug 11, 2016
1 parent f82ebd4 commit 457d1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/playbooks/local-services-cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
pre_tasks:

- name: twiddle owner and group to avoid shooting ones self in foot
- file: path=path={{local_cfg_dest}} owner={{ansible_ssh_user}} group={{ansible_ssh_user}} mode=0755 recurse=true
file: path=path={{local_cfg_dest}} owner={{ansible_ssh_user}} group={{ansible_ssh_user}} mode=0755 recurse=true
sudo: yes

- name: create the output directory
file: path={{local_cfg_dest}}/iplant/de state=directory
Expand Down

0 comments on commit 457d1fd

Please sign in to comment.