Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
76421eb
)
Default docker_puppet_debug to false
author
Steven Hardy
<shardy@redhat.com>
Fri, 21 Jul 2017 10:21:09 +0000
(11:21 +0100)
committer
Emilien Macchi
<emilien@redhat.com>
Sat, 12 Aug 2017 10:40:34 +0000
(10:40 +0000)
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
common/deploy-steps-tasks.yaml
patch
|
blob
|
history
diff --git
a/common/deploy-steps-tasks.yaml
b/common/deploy-steps-tasks.yaml
index
c6935e7
..
998bbe0
100644
(file)
--- a/
common/deploy-steps-tasks.yaml
+++ b/
common/deploy-steps-tasks.yaml
@@
-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