blob: 0cb35f9c8e84067639edc2b365728732f6bcad6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
---
requires_ansible: '>=2.9.10'
action_groups:
all:
- postgresql_copy
- postgresql_db
- postgresql_ext
- postgresql_idx
- postgresql_info
- postgresql_lang
- postgresql_membership
- postgresql_owner
- postgresql_pg_hba
- postgresql_ping
- postgresql_privs
- postgresql_publication
- postgresql_query
- postgresql_schema
- postgresql_script
- postgresql_sequence
- postgresql_set
- postgresql_slot
- postgresql_subscription
- postgresql_table
- postgresql_tablespace
- postgresql_user
- postgresql_user_obj_stat_info
plugin_routing:
modules:
postgresql_lang:
deprecation:
removal_version: 4.0.0
warning_text: Use postgresql_ext instead.
|