mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
renaming info -> facts (#54573)
This commit is contained in:
committed by
Yunge Zhu
parent
8940da9b46
commit
4f0ad57934
@@ -5,6 +5,6 @@ azure_rm_postgresqlserver_facts
|
||||
azure_rm_postgresqldatabase
|
||||
azure_rm_postgresqldatabase_facts
|
||||
azure_rm_postgresqlfirewallrule
|
||||
azure_rm_postgresqlfirewallrule_info
|
||||
azure_rm_postgresqlfirewallrule_facts
|
||||
azure_rm_postgresqlserverconfiguration
|
||||
azure_rm_postgresqlserverconfiguration_info
|
||||
azure_rm_postgresqlserverconfiguration_facts
|
||||
|
||||
@@ -374,7 +374,7 @@
|
||||
end_ip_address: 172.28.10.138
|
||||
|
||||
- name: Gather facts PostgreSQL Firewall Rule
|
||||
azure_rm_postgresqlfirewallrule_info:
|
||||
azure_rm_postgresqlfirewallrule_facts:
|
||||
resource_group: "{{ resource_group }}"
|
||||
server_name: postgresqlsrv{{ rpfx }}
|
||||
name: firewallrule{{ rpfx }}
|
||||
@@ -391,7 +391,7 @@
|
||||
- "output.rules | length == 1"
|
||||
|
||||
- name: Gather facts PostgreSQL Firewall Rule
|
||||
azure_rm_postgresqlfirewallrule_info:
|
||||
azure_rm_postgresqlfirewallrule_facts:
|
||||
resource_group: "{{ resource_group }}"
|
||||
server_name: postgresqlsrv{{ rpfx }}
|
||||
register: output
|
||||
@@ -455,7 +455,7 @@
|
||||
state: absent
|
||||
|
||||
- name: Gather facts PostgreSQL Firewall Rule
|
||||
azure_rm_postgresqlfirewallrule_info:
|
||||
azure_rm_postgresqlfirewallrule_facts:
|
||||
resource_group: "{{ resource_group }}"
|
||||
server_name: postgresqlsrv{{ rpfx }}
|
||||
name: firewallrule{{ rpfx }}
|
||||
@@ -531,7 +531,7 @@
|
||||
- not output.changed
|
||||
|
||||
- name: Gather facts PostgreSQL Configuration
|
||||
azure_rm_postgresqlconfiguration_info:
|
||||
azure_rm_postgresqlconfiguration_facts:
|
||||
resource_group: "{{ resource_group }}"
|
||||
server_name: postgresqlsrv{{ rpfx }}
|
||||
name: deadlock_timeout
|
||||
@@ -548,7 +548,7 @@
|
||||
- output.settings | length == 1
|
||||
|
||||
- name: Gather facts PostgreSQL Configuration
|
||||
azure_rm_postgresqlconfiguration_info:
|
||||
azure_rm_postgresqlconfiguration_facts:
|
||||
resource_group: "{{ resource_group }}"
|
||||
server_name: postgresqlsrv{{ rpfx }}
|
||||
register: output
|
||||
|
||||
Reference in New Issue
Block a user