Fix assertions for versions that do not support account locking

This commit is contained in:
Jorge-Rodriguez 2020-11-17 14:53:16 +02:00
parent 2f26a6681f
commit 6d795eab69
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -109,6 +109,11 @@
- assert:
that: result is changed
when: version_string is version('8.0.19', '>=') and version_string is version('10', '<')
- assert:
that: result is not changed
when: version_string is version('8.0.19', '<') or version_string is version('10', '>=')
- block:
- name: retrieve create request
@ -132,6 +137,11 @@
- assert:
that: result is changed
when: version_string is version('8.0.19', '>=') and version_string is version('10', '<')
- assert:
that: result is not changed
when: version_string is version('8.0.19', '<') or version_string is version('10', '>=')
- block:
- name: retrieve create request