fixed syntaxerror

This commit is contained in:
Egon Rijpkema 2018-11-22 13:51:42 +01:00
parent 9d6db2c26b
commit 82b408e3ee
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
name: secrets
- set_fact:
docker_image: registry.webhosting.rug.nl/hpc/openstack-heat-merlin:latest
docker_image: registry.webhosting.rug.nl/hpc/openstack-heat-merlin:latest
env_vars: >
-e "HEAT_HOST={{ listen_ip | default(hostvars[groups['heat'][0]]['ansible_default_ipv4']['address']) }}"
-e "HEAT_PASSWORD={{ secrets['HEAT_PASSWORD'] }}"