fix provision_host

This commit is contained in:
2022-05-03 11:57:28 -04:00
parent e0ad861c5b
commit ccf17c7740
3 changed files with 3 additions and 8 deletions

View File

@ -10,12 +10,7 @@
vars:
lab_tower_hosts:
- lab-dev-1
- lab-dev-2
- lab-prod-1
- lab-prod-2
provision_host : "{{ tower_provision_host | default(lab_tower_hosts | random) }}"
provision_host: "{{ tower_provision_host | default(ansible_play_hosts | random) }}"
tasks: