From 247e1540875509e5c0a8134a9de698ed6486571a Mon Sep 17 00:00:00 2001 From: Jeenitkumar Khatri Date: Thu, 26 Sep 2024 11:50:52 +0530 Subject: [PATCH] [FIX] Integration test for Host Record. --- .../nios_host_record/tasks/nios_host_record_idempotence.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/targets/nios_host_record/tasks/nios_host_record_idempotence.yml b/tests/integration/targets/nios_host_record/tasks/nios_host_record_idempotence.yml index 4ed09d7d..8f341f64 100644 --- a/tests/integration/targets/nios_host_record/tasks/nios_host_record_idempotence.yml +++ b/tests/integration/targets/nios_host_record/tasks/nios_host_record_idempotence.yml @@ -94,6 +94,7 @@ - name: Create an ipv4 host record via DHCP and MAC infoblox.nios_modules.nios_host_record: name: host + configure_for_dns: false ipv4: - address: 192.168.10.1 dhcp: true @@ -105,6 +106,7 @@ - name: Recreate an ipv4 host record via DHCP and MAC infoblox.nios_modules.nios_host_record: name: host + configure_for_dns: false ipv4: - address: 192.168.10.1 dhcp: true