mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +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.
|
- name: Verify if modification worked.
|
||||||
ipadnsrecord:
|
ipadnsrecord:
|
||||||
|
zone_name: "{{ testzone }}"
|
||||||
|
name: _ftp._tcp
|
||||||
uri_rec: 10 1 ftp://ftp.host04.{{ testzone }}/public
|
uri_rec: 10 1 ftp://ftp.host04.{{ testzone }}/public
|
||||||
state: absent
|
state: absent
|
||||||
register: result
|
register: result
|
||||||
|
|||||||
Reference in New Issue
Block a user