Skip to content
Snippets Groups Projects
Commit 984729b1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix file modes during Drupal 8 deployment

parent 0386bf72
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
state: 'directory'
owner: 'root'
group: 'root'
mode: '775'
mode: 'u+rwX,g+rwX'
recurse: yes
- name: "Clone Git Repository"
......
......@@ -7,7 +7,7 @@
state: 'directory'
owner: 'root'
group: 'root'
mode: '775'
mode: 'u+rwX,g+rwX'
recurse: yes
- name: "Install and update tools, then compile SCSS"
......
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