This repository has been archived on 2025-01-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ansible-role-drupal-settings/tasks/main.yml

8 lines
224 B
YAML

---
- name: Ensure that Drupal site directories are present
file:
state: directory
path: '{{ item.0.root }}/sites/{{ item.1.name|default("default") }}'
with_subelements:
- '{{ drupal_settings }}'
- sites