mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
4
tests/integration/targets/postgresql_slot/tasks/main.yml
Normal file
4
tests/integration/targets/postgresql_slot/tasks/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Initial CI tests of postgresql_slot module
|
||||
# Physical replication slots are available since PostgreSQL 9.4
|
||||
- import_tasks: postgresql_slot_initial.yml
|
||||
when: postgres_version_resp.stdout is version('9.4', '>=')
|
Loading…
Add table
Add a link
Reference in a new issue