Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't set ansible_host for 'blank' or managed: false vms
When generating networking data, don't add `ansible_host` for VMs that have a 'blank' image or is marked as `managed: false` to the inventory. Adding `ansible_host` for these VMs will cause facts gathering to be triggered by network_mapper later, which raises unreachable error.
- Loading branch information