mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
test_dnsrecord.yml: Fixed missing admin password
The task "Verify if modification worked" failed with PR #545 because the ipaadmin_password was missing in the task.
This commit is contained in:
@@ -1374,6 +1374,7 @@
|
||||
|
||||
- name: Verify if modification worked.
|
||||
ipadnsrecord:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
zone_name: "{{ testzone }}"
|
||||
name: _ftp._tcp
|
||||
uri_rec: 10 1 ftp://ftp.host04.{{ testzone }}/public
|
||||
|
||||
Reference in New Issue
Block a user