Use Ansible Galaxy for settings role
Now that the Drupal settings role is on Ansible Galaxy, it can be added as a requirement and installed from there rather than having a local copy in the codebase. Fixes #15
This commit is contained in:
parent
49d691b6c0
commit
e9baad51d8
7 changed files with 3 additions and 111 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: Generate settings.php file
|
||||
include_role:
|
||||
name: './roles/drupal-settings'
|
||||
name: opdavies.drupal_settings_files
|
||||
|
||||
- name: Import configuration
|
||||
command: '{{ release_drush_path }} config-import -y chdir={{ release_web_path }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue