Fix up prepare-node-common playbook
Use the bool filter to default to false, if use_puppetlabs is missing. Also attempt to fix up vars setting in .zuul.yaml Change-Id: I277619847ed3a4c99845471a541820e559efab5d Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f6cdcd2b7d
commit
bf878a5c6e
@ -59,4 +59,5 @@
|
||||
environment: '{{ zuul | zuul_legacy_vars }}'
|
||||
become: true
|
||||
when:
|
||||
- use_puppetlabs
|
||||
- use_puppetlabs is defined
|
||||
- use_puppetlabs|bool
|
||||
|
Loading…
Reference in New Issue
Block a user