Default docker_puppet_debug to false

This isn't set unless the playbook is run via heat, so default it to false
to enable easier use via ansible-playbook combined with tripleo-ansible-inventory

Change-Id: I9705e4533831a019dd0051e5522d4b7958682506
This commit is contained in:
Steven Hardy 2017-07-21 11:21:09 +01:00 committed by Emilien Macchi
parent 76421eb249
commit 38db8e7d49
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
shell: python /var/lib/docker-puppet/docker-puppet.py
environment:
NET_HOST: 'true'
DEBUG: '{{docker_puppet_debug}}'
DEBUG: '{{docker_puppet_debug|default(false)}}'
when: step == "1"
changed_when: false
check_mode: no