Remove group assignment from settings locations
This commit is contained in:
parent
999af48889
commit
b35d15fa26
1 changed files with 0 additions and 4 deletions
|
@ -10,8 +10,6 @@
|
|||
path: "{{ drupal_core_path }}/sites/default"
|
||||
mode: 0775
|
||||
state: directory
|
||||
owner: vagrant
|
||||
group: vagrant
|
||||
when: find_result.failed == false
|
||||
become: yes
|
||||
|
||||
|
@ -20,8 +18,6 @@
|
|||
path: "{{ setting_file.path }}"
|
||||
mode: 0664
|
||||
state: file
|
||||
owner: vagrant
|
||||
group: vagrant
|
||||
when: find_result.failed == false
|
||||
loop: "{{ find_result.files }}"
|
||||
loop_control:
|
||||
|
|
Loading…
Reference in a new issue