-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working