cups: Don't set keytab in role
This commit is contained in:
parent
e62cad951c
commit
6f156a91fd
1 changed files with 0 additions and 8 deletions
|
@ -20,14 +20,6 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: copy cups keytab
|
||||
copy:
|
||||
dest: /etc/cups/cups.keytab
|
||||
src: "{{ ansible_private }}/files/keytabs/cups.keytab"
|
||||
mode: 0600
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: enable gssapi authentication from cups
|
||||
lineinfile:
|
||||
path: /etc/cups/cupsd.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue