Match mode to puppet.
This commit is contained in:
parent
b538dc0732
commit
d016e7db70
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Create /srv/web/ for all the goodies.
|
- name: Create /srv/web/ for all the goodies.
|
||||||
file: dest=/srv/web owner=apache group=apache mode=0775 state=directory
|
file: dest=/srv/web owner=root group=root mode=0755 state=directory
|
||||||
tags:
|
tags:
|
||||||
- httpd
|
- httpd
|
||||||
- httpd/website
|
- httpd/website
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue