summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/vmware_host_kernel_manager
diff options
context:
space:
mode:
authorGonéri Le Bouder <goneri@lebouder.net>2019-06-08 00:34:20 +0200
committerGonéri Le Bouder <goneri@lebouder.net>2019-06-14 02:23:33 +0200
commit7d85cbcc6cdd82080ae9a51c7e8c168f6fc41ccf (patch)
tree95030ee416863510e34ecab51efb882a982ceefe /test/integration/targets/vmware_host_kernel_manager
parentAWS: Fix KeyError in aws_secret lookup (#54792) (diff)
downloadansible-7d85cbcc6cdd82080ae9a51c7e8c168f6fc41ccf.tar.xz
ansible-7d85cbcc6cdd82080ae9a51c7e8c168f6fc41ccf.zip
vmware: test-suite fixes
Minor fixes for the test-suite found during the integration with the CI.
Diffstat (limited to 'test/integration/targets/vmware_host_kernel_manager')
-rw-r--r--test/integration/targets/vmware_host_kernel_manager/tasks/main.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/vmware_host_kernel_manager/tasks/main.yml b/test/integration/targets/vmware_host_kernel_manager/tasks/main.yml
index 3fa6fe4342..2e044daf71 100644
--- a/test/integration/targets/vmware_host_kernel_manager/tasks/main.yml
+++ b/test/integration/targets/vmware_host_kernel_manager/tasks/main.yml
@@ -9,6 +9,16 @@
setup_attach_host: true
setup_datastore: true
+ - name: First, set ipv6=0, for consistency
+ vmware_host_kernel_manager:
+ hostname: '{{ vcenter_hostname }}'
+ username: '{{ vcenter_username }}'
+ password: '{{ vcenter_password }}'
+ validate_certs: False
+ esxi_hostname: '{{ esxi1 }}'
+ kernel_module_name: "tcpip4"
+ kernel_module_option: "ipv6=0"
+
- name: host connected, module exists, options exist, arguments different
vmware_host_kernel_manager:
hostname: '{{ vcenter_hostname }}'