Skip to content
Snippets Groups Projects
Commit 0386bf72 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix D8 deployment permissions

parent 1ef43777
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
owner: 'root'
group: 'root'
mode: '775'
recurse: yes
- name: "Clone Git Repository"
git:
......
---
# file: roles/drupal/tasks/scss.yml
- name: "Make Directory writable"
file:
path: '{{ drupalRoot }}{{ scss_dir }}'
state: 'directory'
owner: 'root'
group: 'root'
mode: '775'
recurse: yes
- name: "Install and update tools, then compile SCSS"
shell: '{{ item }}'
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment