mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-15 13:39:10 -07:00
New module postgresql_owner: change ownership and reassign all db objects owned by role to another (#54984)
This commit is contained in:
parent
07b9f52fd5
commit
5cbac14469
3 changed files with 1560 additions and 1 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue