Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
- /srv owned by deploy group;
  • Loading branch information
rxaviers committed Apr 8, 2015
1 parent f3cb7cf commit aaa7fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
shell: usermod -L deploy

- name: Create srv folder
file: path=/srv owner=deploy state=directory
file: path=/srv owner=deploy group=deploy state=directory

- name: Set profile for deploy user
copy: src=files/profile dest=/srv/.profile

0 comments on commit aaa7fbd

Please sign in to comment.