Closed richm closed 2 years ago
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
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