Skip to content
Snippets Groups Projects
Commit 75c3dde5 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#197 Make D6 symbolic links optional

parent 8ca45008
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ drupal_config_directories:
- 'sync'
- 'staging'
- 'live'
drupal_d6_create_symbolic_links: true
drupal_post_deploy_tasks:
d6:
- 'registry-rebuild'
......
......@@ -129,7 +129,7 @@
with_subelements:
- '{{ drupal.domains }}'
- aliases
when: drupal.version|default("d7") == "d6"
when: drupal.version|default("d7") == "d6" and drupal_d6_create_symbolic_links
- name: "Create the settings.php files"
template:
......
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