Closed richm closed 2 years ago
Ensure tests work when using ANSIBLE_GATHERING=explicit
The Ansible developers say that min_ansible_version in meta/main.yml must be a string value like "2.9", not a float value like 2.9.
min_ansible_version
string
"2.9"
float
2.9
Signed-off-by: Rich Megginson rmeggins@redhat.com
[1.2.5] - 2022-07-19
New Features
Bug Fixes
Other Changes
Ensure tests work when using ANSIBLE_GATHERING=explicit
The Ansible developers say that
min_ansible_version
in meta/main.yml must be astring
value like"2.9"
, not afloat
value like2.9
.Signed-off-by: Rich Megginson rmeggins@redhat.com