mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
New module postgresql_owner: change ownership and reassign all db objects owned by role to another (#54984)
This commit is contained in:
committed by
John R Barker
parent
07b9f52fd5
commit
5cbac14469
@@ -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
|
||||
|
||||
1039
test/integration/targets/postgresql/tasks/postgresql_owner.yml
Normal file
1039
test/integration/targets/postgresql/tasks/postgresql_owner.yml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user