diff --git a/tests/dnsrecord/test_dnsrecord.yml b/tests/dnsrecord/test_dnsrecord.yml index 05379ce4..215bd62f 100644 --- a/tests/dnsrecord/test_dnsrecord.yml +++ b/tests/dnsrecord/test_dnsrecord.yml @@ -432,6 +432,18 @@ name: host04 ip_address: "{{ ipv4_prefix }}.114" reverse: yes + register: result + failed_when: not result.changed or result.failed + + - name: Ensure that 'host04' has a A record with reverse, for NS record, again. + ipadnsrecord: + ipaadmin_password: SomeADMINpassword + zone_name: "{{ testzone }}" + name: host04 + ip_address: "{{ ipv4_prefix }}.114" + reverse: yes + register: result + failed_when: result.changed or result.failed - name: Ensure that 'host04' has NS record. ipadnsrecord: