You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix idempotence bug for dynamic inventory VMs (#99)
* Fix idempotence bug introduced when checking public IPs for dynamic inventory where filtering does not limit to just the dynamic inventory VMs
Signed-off-by: Daniel Chaffelson <[email protected]>
until: __infra_dynamic_inventory_instances.instances | selectattr('public_ip_address', 'defined') | list | count | int == infra__dynamic_inventory_count | int
0 commit comments