New module postgresql_owner: change ownership and reassign all db objects owned by role to another (#54984)

This commit is contained in:
Andrey Klychkov 2019-04-09 15:32:09 +03:00 committed by John R Barker
parent 07b9f52fd5
commit 5cbac14469
3 changed files with 1560 additions and 1 deletions

View file

@ -833,7 +833,7 @@
- include: postgresql_ext.yml
when: postgres_version_resp.stdout is version('9.1', '>=') and ansible_distribution == 'Fedora'
# Test postgresql_schema module:
# Test postgresql_schema module
- include: postgresql_schema.yml
# Test postgresql_membership module
@ -851,6 +851,9 @@
- include: postgresql_lang.yml
when: ansible_distribution == 'CentOS'
# Test postgresql_owner module
- include: postgresql_owner.yml
# dump/restore tests per format
# ============================================================
- include: state_dump_restore.yml test_fixture=user file=dbdata.sql

File diff suppressed because it is too large Load diff