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
2019-01-24 02:15:46 +00:00

9 lines
245 B
YAML

---
- name: Create settings files
template:
src: settings.php.j2
dest: '{{ item.0.project_dir }}/shared/web/sites/{{ item.1.name|default(''default'') }}/local.settings.php'
with_subelements:
- '{{ drupal_settings }}'
- sites