fix(molecule): working again, added test for provisioner load_vars
This commit is contained in:
parent
6707ece8e0
commit
c6670c1c5f
8 changed files with 38 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
block:
|
||||
- name: save current provisioner hostname
|
||||
ansible.builtin.set_fact:
|
||||
provisioner_hostname: '{{ lookup("ansible.builtin.pipe", "hostname") }}'
|
||||
provisioner_hostname: '{{ provisioner_hostname | default(lookup("ansible.builtin.pipe", "hostname"), true) }}'
|
||||
- name: retrieve hostnames and IP addresses of all provisioners
|
||||
ansible.builtin.set_fact:
|
||||
provisioner_controllers_list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue