Skip to content
Snippets Groups Projects
Commit 3522b786 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

tests/trust: Add ipaadmin_password to test playbooks.

Test playbooks were missing ipaadmin_password.
parent 32f4e083
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
- name: delete trust
ipatrust:
ipaadmin_password: SomeADMINpassword
realm: windows.local
state: absent
register: del_trust
......@@ -36,6 +37,7 @@
- name: add trust
ipatrust:
ipaadmin_password: SomeADMINpassword
realm: windows.local
admin: Administrator
password: secret_ad_pw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment