equinix-labs / ansible-collection-equinix

Ansible content to help automate the management of Equinix resources
https://deploy.equinix.com/labs/ansible-collection-equinix/
GNU General Public License v3.0
2 stars 8 forks source link

TASK [Test inventory without filter] fails "ansible-test-inventory' in hostvars" #177

Open displague opened 3 months ago

displague commented 3 months ago

TASK [Test inventory without filter] fails "ansible-test-inventory' in hostvars":

TASK [assert] ******************************************************************
fatal: [localhost]: FAILED! => {
    "assertion": "'ansible-test-inventory' in hostvars",
    "changed": false,
    "evaluated_to": false,
    "msg": "Assertion failed"
}

I think this is the second test, based on the test failure not including a name:

Originally posted by @displague in https://github.com/equinix-labs/ansible-collection-equinix/issues/158#issuecomment-1967673624