Skip to content

Unable to use with Ansible > 2.18 #921

@pat-s

Description

@pat-s

Bug Overview

Due to this (unnecessary?) top level check:

TASK [nginxinc.nginx : Verify you are using a supported Ansible version on your Ansible host] ***
fatal: [myride_prod_misc -> localhost]: FAILED! => {
    "assertion": "ansible_version['full'] is version('2.18', '<')",
    "changed": false,
    "evaluated_to": false,
    "msg": "(True | ternary('Ansible 2.18.7 is not yet supported. Please downgrade to a supported Ansible release', 'Ansible 2.18.7 has reached End of Life (EoL). Please upgrade to a supported Ansible release.') Check the README for more details."
}

We're meanwhile at Ansible 2.19. Release a new version (and removing this check) would be appreciated.

Expected Behavior

.

Steps to Reproduce the Bug

.

Environment Details

.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions