Commit f1593780 by Ned Batchelder Committed by Feanil Patel

Fix an environment: that needs braces

parent bec0d4ee
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
chdir: "{{ NOTIFIER_CODE_DIR }}" chdir: "{{ NOTIFIER_CODE_DIR }}"
become: true become: true
become_user: "{{ notifier_user }}" become_user: "{{ notifier_user }}"
environment: notifier_env_vars environment: "{{ notifier_env_vars }}"
when: migrate_db is defined and migrate_db|lower == "yes" when: migrate_db is defined and migrate_db|lower == "yes"
tags: tags:
- "install" - "install"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment