Skip to content
Snippets Groups Projects
Unverified Commit bdc466fb authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #578 from rjeffman/tests_fix_trust_password

tests/trust: Add ipaadmin_password to test playbooks.
parents 7f210551 3522b786
Branches
Tags
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
- name: delete trust - name: delete trust
ipatrust: ipatrust:
ipaadmin_password: SomeADMINpassword
realm: windows.local realm: windows.local
state: absent state: absent
register: del_trust register: del_trust
...@@ -36,6 +37,7 @@ ...@@ -36,6 +37,7 @@
- name: add trust - name: add trust
ipatrust: ipatrust:
ipaadmin_password: SomeADMINpassword
realm: windows.local realm: windows.local
admin: Administrator admin: Administrator
password: secret_ad_pw password: secret_ad_pw
...@@ -48,4 +50,4 @@ ...@@ -48,4 +50,4 @@
register: check_add_trust register: check_add_trust
failed_when: "'1 trust matched' not in check_add_trust.stdout" failed_when: "'1 trust matched' not in check_add_trust.stdout"
when: trust_test_is_supported | default(false) when: trust_test_is_supported | default(false)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment