Ultime modifiche.
This commit is contained in:
parent
6951028ae5
commit
73a828502c
12 changed files with 184 additions and 3 deletions
10
roles/gvfs/tasks/main.yml
Normal file
10
roles/gvfs/tasks/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# Sistemiamo GVFS
|
||||
|
||||
- name: Aggiustiamo gvfs
|
||||
ansible.builtin.lineinfile:
|
||||
path: /usr/lib/systemd/user/gvfs-daemon.service
|
||||
line: 'Environment="KRB5CCNAME=FILE:/tmp/.krb5cc_%U"'
|
||||
insertafter: "^[Service]"
|
||||
state: present
|
||||
notify: Daemon reload
|
Loading…
Add table
Add a link
Reference in a new issue