vmware_host_kernel_manager: fix the test (#63358)

PR #62161 changed the name of key
returned by the module from `ansible_module_results` to
`host_kernel_status`.
This commit is contained in:
Gonéri Le Bouder 2019-10-10 22:22:05 -04:00 committed by Abhijeet Kasurde
parent aaef214a26
commit 286102eb5e

View file

@ -33,8 +33,8 @@
- name: Check that the provided kernel_module_name has kernel_module_option set
assert:
that:
- "'original_options' in my_results_01['ansible_module_results']['{{ esxi1 }}']"
- "my_results_01['ansible_module_results']['{{ esxi1 }}'].original_options == 'ipv6=0'"
- "'original_options' in my_results_01['host_kernel_status']['{{ esxi1 }}']"
- "my_results_01['host_kernel_status']['{{ esxi1 }}'].original_options == 'ipv6=0'"
- name: host connected, module exists, same options for idempotence test
vmware_host_kernel_manager: