init
This commit is contained in:
commit
53521f0e93
13 changed files with 198 additions and 0 deletions
5
molecule/default/playbook.yml
Normal file
5
molecule/default/playbook.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
roles:
|
||||
- role: opdavies.drupal-settings
|
Reference in a new issue