Commit f1593780 by Ned Batchelder Committed by Feanil Patel

Fix an environment: that needs braces

parent bec0d4ee
......@@ -103,7 +103,7 @@
chdir: "{{ NOTIFIER_CODE_DIR }}"
become: true
become_user: "{{ notifier_user }}"
environment: notifier_env_vars
environment: "{{ notifier_env_vars }}"
when: migrate_db is defined and migrate_db|lower == "yes"
tags:
- "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