- name: set enable_sensubility fact set_fact: enable_sensubility: false - containers.podman.podman_container_info: name: nova_migration_target delay: 30 failed_when: - nova_migration_target_infos.containers.0.Healthcheck.Status is defined - '''healthy'' not in nova_migration_target_infos.containers.0.Healthcheck.Status' name: validate nova-migration-target container state register: nova_migration_target_infos retries: 10 tags: - opendev-validation - opendev-validation-nova when: - container_cli == 'podman' - not container_healthcheck_disabled - step|int == 5