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/molecule/default/playbook.yml

12 lines
218 B
YAML
Raw Normal View History

2019-05-02 18:14:53 +01:00
---
- name: Converge
hosts: all
vars:
drupal_settings:
- root: /var/www/test
sites:
- name: default
2019-05-02 19:49:39 +01:00
filename: settings.test.php
2019-05-02 18:14:53 +01:00
roles:
- role: opdavies.drupal-settings