Skip to content
Snippets Groups Projects
Commit 87ef2179 authored by Lars Beckers's avatar Lars Beckers
Browse files

ad-auth: fix kinit for stretch hosts

parent 122efd0c
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
expect: expect:
command: kinit Administrator command: kinit Administrator
responses: responses:
"Password for Administrator@{{ domain.upper() }}": "{{ lookup('passwordstore', 'samba-admin') }}" "Password for Administrator.*": "{{ lookup('passwordstore', 'samba-admin') }}"
when: debian_version == "stretch" when: debian_version == "stretch"
- name: leave any other realm - name: leave any other realm
command: realm leave command: realm leave
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment