Merge remote-tracking branch 'origin/main' into password_expiration_mysql_user

This commit is contained in:
Tomas 2023-11-30 14:51:19 +02:00
commit d506d833d9
5 changed files with 60 additions and 49 deletions

View file

@ -56,8 +56,9 @@
- name: Assert that we run the expected ansible version
assert:
that:
- >
"{{ ansible_version.major }}.{{ ansible_version.minor }}"
is version(test_ansible_version, '==')
- ansible_running_version == test_ansible_version
vars:
ansible_running_version:
"{{ ansible_version.major }}.{{ ansible_version.minor }}"
when:
- test_ansible_version != 'devel' # Devel will change overtime