Skip to content

Commit

Permalink
Update the target string accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Sep 13, 2022
1 parent 52f962a commit dd55067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/internal/webserver-app/tasks/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
- name: Set Matomo server url.
command: "{{ drush_path }} --root {{ drupal_core_path }} -y config-set matomo.settings url_http http://localhost:8000/matomo/"
register: set_matomo_server_url_config
changed_when: "'Do you want to update site_id' in set_matomo_server_url_config.stdout"
changed_when: "'Do you want to update url_http' in set_matomo_server_url_config.stdout"
when: webserver_app_configure_matomo

# pdf.js library
Expand Down

0 comments on commit dd55067

Please sign in to comment.