This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-drupal-settings/tasks/main.yml

9 lines
272 B
YAML
Raw Normal View History

2019-01-24 02:07:45 +00:00
---
- name: Create settings files
template:
src: settings.php.j2
2019-01-24 02:15:01 +00:00
dest: '{{ item.0.project_dir }}/shared/web/sites/{{ item.1.name|default(''default'') }}/{{ item.1.filename|default("settings.php") }}'
2019-01-24 02:07:45 +00:00
with_subelements:
- '{{ drupal_settings }}'
- sites