]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/gnupg/tasks/main.yml
Move password store to its place
[perso/Immae/Config/Ansible.git] / roles / gnupg / tasks / main.yml
index a2b9aa6bd13553e5b3e9beaf40d2792bb2f6505d..2bd1c79ad7e0cfd8ded167909214c8acc4f33bc9 100644 (file)
@@ -93,7 +93,3 @@
         state: restarted
         name: "{{ item }}.socket"
       loop: "{{ results.results|selectattr('changed')|map(attribute='item')|list }}"
-- name: clone password store
-  register: clone_password_store
-  shell: "cd $(dirname $ANSIBLE_CONFIG ); git submodule update --init password_store"
-  changed_when: clone_password_store is defined and "stdout" in clone_password_store and clone_password_store.stdout != ""