test_dnsrecord.yml: Fix verification of SRV record modification.

Test task was missing zone and entry name.
This commit is contained in:
Rafael Guterres Jeffman
2021-05-20 19:04:43 -03:00
committed by Thomas Woerner
parent 7daa48895f
commit c0b06d567c

View File

@@ -1374,6 +1374,8 @@
- name: Verify if modification worked.
ipadnsrecord:
zone_name: "{{ testzone }}"
name: _ftp._tcp
uri_rec: 10 1 ftp://ftp.host04.{{ testzone }}/public
state: absent
register: result