Skip to content

Commit

Permalink
Adds extra owner attribute and correctly attributes the dest.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMartyn committed May 7, 2016
1 parent 70868bd commit b5473b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/roles/lamp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
notify: restart apache
- file: path=/etc/apache2/sites-enabled/marvin state=link src=/etc/apache2/sites-available/marvin.conf
notify: restart apache
- copy: src=secret/htpasswd /etc/apache2/
- copy: src=secret/htpasswd dest=/etc/apache2/ owner=www-data
notify: restart apache

0 comments on commit b5473b4

Please sign in to comment.