diff options
Diffstat (limited to 'test/integration/targets/postgresql/tasks/main.yml')
| -rw-r--r-- | test/integration/targets/postgresql/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/postgresql/tasks/main.yml b/test/integration/targets/postgresql/tasks/main.yml index fddc8a2039..50d766b1ca 100644 --- a/test/integration/targets/postgresql/tasks/main.yml +++ b/test/integration/targets/postgresql/tasks/main.yml @@ -208,7 +208,7 @@ msg: "{{ postgres_version_resp.stdout }}" - set_fact: - bypassrls_supported: "{{ postgres_version_resp.stdout | version_compare('9.5.0', '>=') }}" + bypassrls_supported: "{{ postgres_version_resp.stdout is version('9.5.0', '>=') }}" # test 'no_password_change' and 'role_attr_flags' parameters - include: test_no_password_change.yml |
