Skip to content

OpenStack driver fails waiting on ssh in ansible 2.19 #325

@ednxzu

Description

@ednxzu

In Ansible 2.19, using the openstack driver with auto_ip: False results in an error because the "Wait for SSH" task gets null as a host to wait.

This is cause by this conditional which evaluates to False, because the task setting this value now returns None rather than an empty string.

The solution to this would be the change the conditional to when: not address | bool, which would work for both an empty string and None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions