Remove jinja delimiters in when

Change-Id: I6e744e9c96936d69cda3981ba4d444c54e2ec103
This commit is contained in:
Major Hayden 2018-02-14 17:17:06 -06:00
parent cf5ca79709
commit 680247e65a
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
vhost_name: "{{ tacker_rabbitmq_vhost }}"
user_name: "{{ tacker_rabbitmq_userid }}"
user_password: "{{ tacker_rabbitmq_password }}"
when: "{{ groups['rabbitmq_all'] is defined }}"
when: groups['rabbitmq_all'] is defined
- include: common/create-grant-db.yml
db_name: "{{ tacker_galera_database }}"
db_password: "{{ tacker_container_mysql_password }}"