fix provision_host...for real this time :)

This commit is contained in:
Chris Hammer
2022-02-23 19:15:28 -05:00
parent dca4f4ed8b
commit 2e9226252a

View File

@ -6,7 +6,7 @@
vars:
provision_host: "{{ default(tower_provision_host) | default('localhost') }}"
provision_host: "{{ tower_provision_host | default('localhost') }}"
tasks: