Skip to content
Snippets Groups Projects
Commit 10434c12 authored by jurgenhaas's avatar jurgenhaas
Browse files

Rewrite Drupal settings when changing Apache config

parent 8f380ffd
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,9 @@
src='{{ drupal.template_dir|default('') }}{{ drupal.version|default("d7") }}_settings.php.jinja2'
dest='{{ webRoot }}/settings/{{ item.shortname|default("default") }}/settings.php'
with_items: '{{ drupal.domains }}'
tags: 'deploy'
tags:
- 'deploy'
- 'ApacheConfig'
when: item.install|default(true)
- name: "Create symbolic links"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment