summaryrefslogtreecommitdiff
path: root/test/integration/targets/vmware_guest_custom_attributes/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vmware_guest_custom_attributes/tasks/main.yml')
-rw-r--r--test/integration/targets/vmware_guest_custom_attributes/tasks/main.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/integration/targets/vmware_guest_custom_attributes/tasks/main.yml b/test/integration/targets/vmware_guest_custom_attributes/tasks/main.yml
index de77fe718f..64b9f8963c 100644
--- a/test/integration/targets/vmware_guest_custom_attributes/tasks/main.yml
+++ b/test/integration/targets/vmware_guest_custom_attributes/tasks/main.yml
@@ -27,13 +27,13 @@
value: 'sample_2_value'
- name: 'sample_3'
value: 'sample_3_value'
- register: guest_facts_0001
+ register: guest_info_0001
-- debug: var=guest_facts_0001
+- debug: var=guest_info_0001
- assert:
that:
- - guest_facts_0001 is changed
+ - guest_info_0001 is changed
- name: Add custom attribute to the given virtual machine again
vmware_guest_custom_attributes:
@@ -52,13 +52,13 @@
value: 'sample_2_value'
- name: 'sample_3'
value: 'sample_3_value'
- register: guest_facts_0002
+ register: guest_info_0002
-- debug: var=guest_facts_0002
+- debug: var=guest_info_0002
- assert:
that:
- - not (guest_facts_0002 is changed)
+ - not (guest_info_0002 is changed)
- name: Remove custom attribute to the given virtual machine
vmware_guest_custom_attributes:
@@ -74,13 +74,13 @@
- name: 'sample_1'
- name: 'sample_2'
- name: 'sample_3'
- register: guest_facts_0004
+ register: guest_info_0004
-- debug: msg="{{ guest_facts_0004 }}"
+- debug: msg="{{ guest_info_0004 }}"
- assert:
that:
- - "guest_facts_0004.changed"
+ - "guest_info_0004.changed"
# TODO: vcsim returns duplicate values so removing custom attributes
# results in change. vCenter show correct behavior. Commenting this
@@ -101,10 +101,10 @@
- name: 'sample_1'
- name: 'sample_2'
- name: 'sample_3'
- register: guest_facts_0005
+ register: guest_info_0005
- - debug: var=guest_facts_0005
+ - debug: var=guest_info_0005
- assert:
that:
- - not (guest_facts_0005 is changed)
+ - not (guest_info_0005 is changed)