Skip to content
Snippets Groups Projects
Commit 4ddf9ce8 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Bug fixes from regex search & replace

parent 96a5eb55
Branches
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
group: '{{ apacheUser }}' group: '{{ apacheUser }}'
mode: 0775 mode: 0775
with_items: with_items:
- '{{( webRoot }})' - '{{ webRoot }}'
- '{{( dataRoot }})' - '{{ dataRoot }}'
- name: Ensure Version Script - name: Ensure Version Script
file: file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment