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:
Oliver Davies 2020-02-19 00:55:32 +00:00
parent 49d691b6c0
commit e9baad51d8
7 changed files with 3 additions and 111 deletions

View file

@ -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 }}'