Merge pull request #578 from rjeffman/tests_fix_trust_password

tests/trust: Add ipaadmin_password to test playbooks.
This commit is contained in:
Thomas Woerner
2021-09-01 13:59:58 +02:00
committed by GitHub

View File

@@ -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
@@ -48,4 +50,4 @@
register: check_add_trust
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)