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"
|
path: "{{ drupal_core_path }}/sites/default"
|
||||||
mode: 0775
|
mode: 0775
|
||||||
state: directory
|
state: directory
|
||||||
owner: vagrant
|
|
||||||
group: vagrant
|
|
||||||
when: find_result.failed == false
|
when: find_result.failed == false
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
|
@ -20,8 +18,6 @@
|
||||||
path: "{{ setting_file.path }}"
|
path: "{{ setting_file.path }}"
|
||||||
mode: 0664
|
mode: 0664
|
||||||
state: file
|
state: file
|
||||||
owner: vagrant
|
|
||||||
group: vagrant
|
|
||||||
when: find_result.failed == false
|
when: find_result.failed == false
|
||||||
loop: "{{ find_result.files }}"
|
loop: "{{ find_result.files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|
Loading…
Reference in a new issue