Fix verify ansible 'devel' for which the version is unknown

Today 'devel' means 2.15, but in the future it will be something else.
This commit is contained in:
Laurent Indermuehle 2023-01-23 09:20:10 +01:00
parent 095ed0ad2e
commit 325320ac9e
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -55,3 +55,5 @@
- >
"{{ ansible_version.major }}.{{ ansible_version.minor }}"
is version(test_ansible_version, '==')
when:
- test_ansible_version != 'devel' # Devel will change overtime