Fixed wrong/missing ipaadmin_password in tests

This commit is contained in:
Sergio Oliveira Campos
2020-07-24 11:10:59 -03:00
parent 7a6036f7cf
commit 5d6adee15e
2 changed files with 5 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
tasks:
- name: Ensure host with inexistent zone is absent.
ipahost:
ipaadmin_password: SomeADMINpassword
name: host01.absentzone.test
state: absent
register: result