From e7c9bf715db5255074b6f7554a60de263cc3aa96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 10 Nov 2018 08:09:49 +0100 Subject: Move password store to its place --- roles/tools/tasks/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'roles/tools/tasks') diff --git a/roles/tools/tasks/main.yml b/roles/tools/tasks/main.yml index 56298cb..745a08f 100644 --- a/roles/tools/tasks/main.yml +++ b/roles/tools/tasks/main.yml @@ -46,11 +46,10 @@ dest: $XDG_CONFIG_HOME/systemd/user/ notify: - reload systemd -- name: Link password store - file: - path: "$XDG_DATA_HOME/pass" - src: "$XDG_CONFIG_HOME/ansible/password_store" - state: link +- name: Clone password store + git: + dest: "$XDG_DATA_HOME/pass" + repo: gitolite@git.immae.eu:perso/Immae/Prive/Password_store - name: dconf configuration # check: `dconf dump /` or `dconf-editor` dconf: -- cgit v1.2.3