From 72a49b0a0ab68c6b995667f73b996c1650816079 Mon Sep 17 00:00:00 2001 From: Andrii Podanenko Date: Mon, 2 Mar 2020 15:32:28 +0200 Subject: [PATCH] Update profile_workflow.yml --- devops/reinstall/profile_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/reinstall/profile_workflow.yml b/devops/reinstall/profile_workflow.yml index b593ee5..27ec60f 100644 --- a/devops/reinstall/profile_workflow.yml +++ b/devops/reinstall/profile_workflow.yml @@ -13,5 +13,5 @@ - name: Installing drupal sudo: yes - shell: "{{ php_env_vars }} drush -y si {{ installation_profile_name }} openy_terms_of_use.agree_openy_terms=1 install_configure_form.enable_update_status_emails=NULL --db-url=mysql://{{ mysql_user }}:{{ mysql_pass }}@127.0.0.1:/{{ mysql_db }} --account-name={{ drupal_user }} --account-pass={{ drupal_pass }} --uri={{ site_url }}" + shell: "{{ php_env_vars }} drush -y si {{ installation_profile_name }} {{ openy_profile_install_settings }} openy_terms_of_use.agree_openy_terms=1 install_configure_form.enable_update_status_emails=NULL --db-url=mysql://{{ mysql_user }}:{{ mysql_pass }}@127.0.0.1:/{{ mysql_db }} --account-name={{ drupal_user }} --account-pass={{ drupal_pass }} --uri={{ site_url }}" when: run_installation_process