postgresql_set: allow to pass an empty string as a value (#776) (#784)

* postgresql_set: allow to pass an empty string as a value

* add check_mode to CI for the case

* add changelog fragment

* add pause

* fix

* fix ci

* fix

* fix

* add suggested
(cherry picked from commit 05556dc671)
This commit is contained in:
Andrew Klychkov 2020-08-17 22:46:10 +03:00 committed by GitHub
commit fe3e262209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 59 additions and 5 deletions

View file

@ -1,3 +1,3 @@
# Initial CI tests of postgresql_initial module
- include_tasks: postgresql_set_initial.yml
when: postgres_version_resp.stdout is version('9.4', '>=')
when: postgres_version_resp.stdout is version('9.6', '>=')