summaryrefslogtreecommitdiff
path: root/test/integration/targets/vmware_host_config_manager
diff options
context:
space:
mode:
authorpratikgadiya12 <pratikgadiya12@users.noreply.github.com>2019-08-27 00:15:34 +0530
committerGonéri Le Bouder <goneri@lebouder.net>2019-08-26 14:45:34 -0400
commit8ee7d9f5981744a3c8d04cd58849a1bc49d96016 (patch)
tree294ed2789a21606ad47bb30cbfcde89598361b16 /test/integration/targets/vmware_host_config_manager
parent47c2ff4c26c93578f4a7f1581624852592a7c31c (diff)
downloadansible-8ee7d9f5981744a3c8d04cd58849a1bc49d96016.tar.gz
VMWare - Rename _facts to _info (#57474)
Deprecate vmware's _facts modules and add new modules. Fixes: #57278
Diffstat (limited to 'test/integration/targets/vmware_host_config_manager')
-rw-r--r--test/integration/targets/vmware_host_config_manager/tasks/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/targets/vmware_host_config_manager/tasks/main.yml b/test/integration/targets/vmware_host_config_manager/tasks/main.yml
index 821a097121..2be119de92 100644
--- a/test/integration/targets/vmware_host_config_manager/tasks/main.yml
+++ b/test/integration/targets/vmware_host_config_manager/tasks/main.yml
@@ -27,7 +27,7 @@
# TODO: vcsim does not support update host configuartion
- when: vcsim is not defined
block:
- - name: Change facts about all hosts in given cluster
+ - name: Change info about all hosts in given cluster
vmware_host_config_manager:
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
@@ -37,7 +37,7 @@
'Config.HostAgent.log.level': 'verbose'
validate_certs: no
- - name: Change facts about a given host
+ - name: Change info about a given host
vmware_host_config_manager:
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
@@ -55,7 +55,7 @@
that:
- host_result is changed
- - name: Change facts about all hosts in given cluster in check mode
+ - name: Change info about all hosts in given cluster in check mode
vmware_host_config_manager:
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
@@ -72,7 +72,7 @@
that:
- all_hosts_result_check_mode.changed
- - name: Change facts about a given host in check mode
+ - name: Change info about a given host in check mode
vmware_host_config_manager:
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"