Skip to content
Snippets Groups Projects
Commit 53908cca 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 adddb7ac
Branches develop
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
owner=root
group=root
state=directory
mode=755
mode='755'
- name: "SFTP | Create User"
user:
......@@ -40,7 +40,7 @@
owner=root
group=sftp
state=directory
mode=775
mode='775'
- include: mount.yml
when: sftp_devpath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment