Remove group assignment from settings locations

This commit is contained in:
Chris Thompson 2018-09-03 12:42:01 -04:00
parent 999af48889
commit b35d15fa26

View file

@ -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: