ansible-roles icon indicating copy to clipboard operation
ansible-roles copied to clipboard

drupal role: Add configuration setup after install Drupal

Open andyceo opened this issue 11 years ago • 0 comments

Would be something like this:

  • name: Setting up config after Drupal sites installation command: drush cset {{ item.2 }} -y -r {{ drupal.directory_prefix }}/{{ item.0.directory }} -l {{ item.1.sitesdir }} --format=yaml sudo: yes with_nested:
    • drupal.drupal_roots
    • sites
    • config when: drupal.drupal_roots.projects.0.version|truncate(1, True, '') >= 8

andyceo avatar Apr 05 '14 01:04 andyceo