Skip to content
Snippets Groups Projects
Commit 77148c6d authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Bug fixes

parent f331cf2d
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
- block:
- set_fact:
version: '{{ lookup('pipe','date +%Y-%m-%d-%H-%M-%S') }}'
version: '{{ lookup("pipe","date +%Y-%m-%d-%H-%M-%S") }}'
- set_fact:
webRoot: '/tmp/ansible-cae-{{ drupal.id }}-{{ version }}-gitflow'
- set_fact:
......
......@@ -166,7 +166,7 @@
- name: Create the settings.php files
template:
src: '{{ drupal.template_dir|default('') }}{{ drupal.version|default("d7") }}_settings.php.jinja2'
src: '{{ drupal.template_dir|default("") }}{{ drupal.version|default("d7") }}_settings.php.jinja2'
dest: '{{ webRoot }}/settings/{{ item.shortname|default("default") }}/settings.php'
backup: yes
with_items: '{{ drupal.domains }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment