Skip to content
Snippets Groups Projects
Commit 949f78b9 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update to Ansible 2.2.1.0 and adjust all file mode settings to provide them as strings

parent 3d8aa7f8
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
state='directory'
owner='{{ apacheUser }}'
group='{{ apacheUser }}'
mode=755
mode='755'
- name: "Setup AuthType Basic"
htpasswd:
......
......@@ -36,7 +36,7 @@
state='directory'
owner='{{ apacheUser }}'
group='{{ apacheUser }}'
mode=775
mode='775'
- name: "File Modes and Ownership"
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment