fix provision_host
This commit is contained in:
@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
provision_host: "{{ default(tower_provision_host) \
|
provision_host: "{{ default(tower_provision_host) | default('localhost') }}"
|
||||||
| default('localhost') }}"
|
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
Reference in New Issue
Block a user