Skip to content
Snippets Groups Projects
Unverified Commit 5d6adee1 authored by Sergio Oliveira Campos's avatar Sergio Oliveira Campos
Browse files

Fixed wrong/missing ipaadmin_password in tests

parent 7a6036f7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -543,7 +543,7 @@
- name: Ensure SMB service is present.
ipaservice:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: "{{ host1_fqdn }}"
smb: yes
netbiosname: SAMBASVC
......@@ -552,7 +552,7 @@
- name: Ensure SMB service is again.
ipaservice:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: "{{ host1_fqdn }}"
smb: yes
netbiosname: SAMBASVC
......@@ -561,7 +561,7 @@
- name: Ensure SMB service is absent.
ipaservice:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: "cifs/{{ host1_fqdn }}"
state: absent
register: result
......@@ -569,7 +569,7 @@
- name: Ensure SMB service is absent, again.
ipaservice:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: "cifs/{{ host1_fqdn }}"
state: absent
register: result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment