From aaa48d2878cfb7f16731b2565f2532eef09ee876 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Wed, 26 May 2021 17:00:38 +0200 Subject: [PATCH] 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. --- tests/dnsrecord/test_dnsrecord.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dnsrecord/test_dnsrecord.yml b/tests/dnsrecord/test_dnsrecord.yml index fb831011..5b5d48a9 100644 --- a/tests/dnsrecord/test_dnsrecord.yml +++ b/tests/dnsrecord/test_dnsrecord.yml @@ -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 -- GitLab