]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/tools/tasks/main.yml
Add gpg configuration, key generation and password store
[perso/Immae/Config/Ansible.git] / roles / tools / tasks / main.yml
index aa61aabd39bb29af87ef873adf8fe9fd554747c2..fe5b023cef01d7a38f136d15323666c0a7d69acb 100644 (file)
@@ -46,3 +46,8 @@
     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