mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
* 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:
parent
b9fac26dcd
commit
fe3e262209
4 changed files with 59 additions and 5 deletions
|
@ -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', '>=')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue