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
parent b9fac26dcd
commit fe3e262209
4 changed files with 59 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- postgresql_set - allow to pass an empty string to the ``value`` parameter (https://github.com/ansible-collections/community.general/issues/775).