diff options
Diffstat (limited to 'roles/tools/tasks/main.yml')
-rw-r--r-- | roles/tools/tasks/main.yml | 9 |
1 files changed, 4 insertions, 5 deletions
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 @@ | |||
46 | dest: $XDG_CONFIG_HOME/systemd/user/ | 46 | dest: $XDG_CONFIG_HOME/systemd/user/ |
47 | notify: | 47 | notify: |
48 | - reload systemd | 48 | - reload systemd |
49 | - name: Link password store | 49 | - name: Clone password store |
50 | file: | 50 | git: |
51 | path: "$XDG_DATA_HOME/pass" | 51 | dest: "$XDG_DATA_HOME/pass" |
52 | src: "$XDG_CONFIG_HOME/ansible/password_store" | 52 | repo: gitolite@git.immae.eu:perso/Immae/Prive/Password_store |
53 | state: link | ||
54 | - name: dconf configuration | 53 | - name: dconf configuration |
55 | # check: `dconf dump /` or `dconf-editor` | 54 | # check: `dconf dump /` or `dconf-editor` |
56 | dconf: | 55 | dconf: |