Skip to content

Commit

Permalink
Merge pull request #211 from jordandukart/dev
Browse files Browse the repository at this point in the history
Target ids directly as opposed to the group.
  • Loading branch information
alxp authored Apr 7, 2022
2 parents 6146fa7 + e1aa98a commit cc3cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
command: "{{ drush_path }} --root {{ drupal_core_path }} -y -l localhost:{{ apache_listen_port }} cset islandora.settings broker_url tcp://{{ hostvars[groups['alpaca'][0]].ansible_host }}:61613"

- name: Run migrations
command: "{{ drush_path }} --root {{ drupal_core_path }} -y -l localhost:{{ apache_listen_port }} --userid=1 mim --group=islandora"
command: "{{ drush_path }} --root {{ drupal_core_path }} -y -l localhost:{{ apache_listen_port }} --userid=1 mim islandora_tags,islandora_defaults_tags"

- name: Add vagrant user to webserver app user group
user: name={{ vagrant_user }}
Expand Down

0 comments on commit cc3cc12

Please sign in to comment.