Skip to content
Snippets Groups Projects
Commit 46ebbc34 authored by Lars Beckers's avatar Lars Beckers
Browse files

phpwebapps: allow granular home dir control

parent c7288876
No related branches found
No related tags found
1 merge request!12Remove scip/zimpl binaries from shared repository
......@@ -41,9 +41,9 @@
file:
path: "{{item.directory|default('/var/www/' + item.name)}}"
state: directory
owner: "{{item.name}}"
group: "{{item.name}}"
mode: '0755'
owner: "{{item.directory_owner|default(item.name)}}"
group: "{{item.directory_group|default(item.name)}}"
mode: "{{item.directory_mode|default('0755')}}"
loop: "{{phpwebapps}}"
loop_control:
label: "{{item.name}}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment