Make sure gnome-keyring-daemon is not started, it fails with sshfs.
This commit is contained in:
parent
13993ef45e
commit
89545ab4a7
1 changed files with 4 additions and 0 deletions
|
@ -62,3 +62,7 @@
|
||||||
shell:
|
shell:
|
||||||
cmd: ssh-keyscan -H {{ home_server }} >> /root/.ssh/known_hosts
|
cmd: ssh-keyscan -H {{ home_server }} >> /root/.ssh/known_hosts
|
||||||
creates: /root/.ssh/known_hosts
|
creates: /root/.ssh/known_hosts
|
||||||
|
|
||||||
|
## gnome-keyring fails with sshfs:
|
||||||
|
- name: disable gnome-keyring-daemon
|
||||||
|
command: dpkg-divert --divert /usr/bin/gnome-keyring-daemon.distrib --rename /usr/bin/gnome-keyring-daemon
|
||||||
|
|
Loading…
Add table
Reference in a new issue