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