Correct template location and settings file origin
This commit is contained in:
parent
dbc00a269d
commit
257a8f0997
2 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: "{{ drupal_core_path }}/sites/default/default.settings.php"
|
src: "{{ drupal_core_path }}/sites/default/default.settings.php"
|
||||||
dest: "{{ drupal_core_path }}/sites/default/settings.php"
|
dest: "{{ drupal_core_path }}/sites/default/settings.php"
|
||||||
|
remote_src: true
|
||||||
|
|
||||||
- name: enable settings.local.php include_tasks
|
- name: enable settings.local.php include_tasks
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
|
Loading…
Reference in a new issue