summaryrefslogtreecommitdiff
path: root/test/integration/targets/azure_rm_postgresqlserver/tasks
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2019-03-26 20:30:16 -0400
committerGitHub <noreply@github.com>2019-03-26 20:30:16 -0400
commitbc95720780f21b2230950ce4b4f35a08b3603a60 (patch)
tree5327dd1525558a0334afc9bac2714018c41e7fa8 /test/integration/targets/azure_rm_postgresqlserver/tasks
parent1034b892df1b56d97ad675de6587f3b886f8129d (diff)
downloadansible-bc95720780f21b2230950ce4b4f35a08b3603a60.tar.gz
renaming facts to info (#54432)
(cherry picked from commit c5edffcdb8042f041eee41e2f11ccd2e4567e3ee)
Diffstat (limited to 'test/integration/targets/azure_rm_postgresqlserver/tasks')
-rw-r--r--test/integration/targets/azure_rm_postgresqlserver/tasks/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/integration/targets/azure_rm_postgresqlserver/tasks/main.yml b/test/integration/targets/azure_rm_postgresqlserver/tasks/main.yml
index 9464e5d5bf..310d848936 100644
--- a/test/integration/targets/azure_rm_postgresqlserver/tasks/main.yml
+++ b/test/integration/targets/azure_rm_postgresqlserver/tasks/main.yml
@@ -374,7 +374,7 @@
end_ip_address: 172.28.10.138
- name: Gather facts PostgreSQL Firewall Rule
- azure_rm_postgresqlfirewallrule_facts:
+ azure_rm_postgresqlfirewallrule_info:
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_facts:
+ azure_rm_postgresqlfirewallrule_info:
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_facts:
+ azure_rm_postgresqlfirewallrule_info:
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_facts:
+ azure_rm_postgresqlconfiguration_info:
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_facts:
+ azure_rm_postgresqlconfiguration_info:
resource_group: "{{ resource_group }}"
server_name: postgresqlsrv{{ rpfx }}
register: output