kerberize with kerberize_uri
This commit is contained in:
parent
399c3d0d66
commit
78abee37a4
2 changed files with 4 additions and 2 deletions
|
@ -28,6 +28,6 @@
|
|||
line: "{{ item }}"
|
||||
with_items:
|
||||
- '// kerberize for sites in the local domain:'
|
||||
- 'pref("network.negotiate-auth.delegation-uris", "{{ ansible_domain }}");'
|
||||
- 'pref("network.negotiate-auth.trusted-uris", "{{ ansible_domain }}");'
|
||||
- 'pref("network.negotiate-auth.delegation-uris", "{{ kerberize_uris | default(ansible_domain) }}");'
|
||||
- 'pref("network.negotiate-auth.trusted-uris", "{{ kerberize_uris | default(ansible_domain) }}");'
|
||||
when: firefox.stat.exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue