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

* 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
This commit is contained in:
Andrew Klychkov 2020-08-14 22:46:45 +03:00 committed by GitHub
commit 05556dc671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).