mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-18 08:21:26 -07:00
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:
parent
095ed0ad2e
commit
325320ac9e
1 changed files with 2 additions and 0 deletions
|
@ -55,3 +55,5 @@
|
|||
- >
|
||||
"{{ ansible_version.major }}.{{ ansible_version.minor }}"
|
||||
is version(test_ansible_version, '==')
|
||||
when:
|
||||
- test_ansible_version != 'devel' # Devel will change overtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue