Skip to content

Commit

Permalink
[FIX] Integration test for Host Record.
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Sep 26, 2024
1 parent f851f32 commit 247e154
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 247e154

Please sign in to comment.