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:
parent
aaef214a26
commit
286102eb5e
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue