mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 21:33:14 +00:00
test_dnsrecord.yml: Fix verification of SRV record modification.
Test task was missing zone and entry name.
This commit is contained in:
committed by
Thomas Woerner
parent
7daa48895f
commit
c0b06d567c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user