Backport small diff from main

This commit is contained in:
Laurent Indermuehle 2022-08-26 17:42:24 +02:00
commit de2077cc0c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
3 changed files with 20 additions and 16 deletions

View file

@ -359,7 +359,9 @@
- include: assert_var.yml changed=true output={{ result }} var_name={{ set_name }} var_value='{{ def_val }}'
when: mysql_version is not version('8.0', '<')
when:
- mysql_version is version('8.0', '>=')
- install_type == 'mysql'
# Bugfix of https://github.com/ansible/ansible/issues/54239
# - name: set variable containing dot