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
I'm on Fedora 33 and have just updated the role from 2.2.0 to 2.5.2. As per #83 and #87, I think I should be able to run my playbook on version ansible-2.9.17-2.fc33.noarch (from the Fedora updates-testing repo) but I get an error "Ansible v2.9.17 is not supported by this role. Please install >= v2.10.4".
Am I missing something? I downgraded back to 2.2.0 and my playbook works. I can't work out what I've done wrong here.
Up-to-date Fedora 33 with Ansible 2.9.17 installed from updates-testing repo.
Install latest version of role with ansible-galaxy role install xanmanning.k3s --force (2.5.2 at time of writing)
Run playbook which uses the xanmanning.k3s role.
Expected Result
Playbook runs.
Actual Result
Playbook fails:
TASK [xanmanning.k3s : Check that Ansible v2.9.17 is supported by this role] ******************************************************************
fatal: [host.example.com]: FAILED! => {
"assertion": "ansible_version.string is version_compare(k3s_ansible_min_version, '>=')",
"changed": false,
"evaluated_to": false,
"msg": "Ansible v2.9.17 is not supported by this role. Please install >= v2.10.4"
}
NO MORE HOSTS LEFT ****************************************************************************************************************************
The text was updated successfully, but these errors were encountered:
Summary
I'm on Fedora 33 and have just updated the role from 2.2.0 to 2.5.2. As per #83 and #87, I think I should be able to run my playbook on version ansible-2.9.17-2.fc33.noarch (from the Fedora updates-testing repo) but I get an error "Ansible v2.9.17 is not supported by this role. Please install >= v2.10.4".
Am I missing something? I downgraded back to 2.2.0 and my playbook works. I can't work out what I've done wrong here.
Issue Type
Steps to Reproduce
Up-to-date Fedora 33 with Ansible 2.9.17 installed from updates-testing repo.
Install latest version of role with
ansible-galaxy role install xanmanning.k3s --force
(2.5.2 at time of writing)Run playbook which uses the xanmanning.k3s role.
Expected Result
Playbook runs.
Actual Result
Playbook fails:
The text was updated successfully, but these errors were encountered: