summaryrefslogtreecommitdiff
path: root/roles/gnupg
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-10 08:09:49 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-10 08:09:49 +0100
commite7c9bf715db5255074b6f7554a60de263cc3aa96 (patch)
tree869ab88391dbfe16738399af5bae0b016b33c462 /roles/gnupg
parentcf86d448f96ede049c04d8165931f92a82f35956 (diff)
downloadAnsible-e7c9bf715db5255074b6f7554a60de263cc3aa96.tar.gz
Ansible-e7c9bf715db5255074b6f7554a60de263cc3aa96.tar.zst
Ansible-e7c9bf715db5255074b6f7554a60de263cc3aa96.zip
Move password store to its place
Diffstat (limited to 'roles/gnupg')
-rw-r--r--roles/gnupg/tasks/main.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/gnupg/tasks/main.yml b/roles/gnupg/tasks/main.yml
index a2b9aa6..2bd1c79 100644
--- a/roles/gnupg/tasks/main.yml
+++ b/roles/gnupg/tasks/main.yml
@@ -93,7 +93,3 @@
93 state: restarted 93 state: restarted
94 name: "{{ item }}.socket" 94 name: "{{ item }}.socket"
95 loop: "{{ results.results|selectattr('changed')|map(attribute='item')|list }}" 95 loop: "{{ results.results|selectattr('changed')|map(attribute='item')|list }}"
96- name: clone password store
97 register: clone_password_store
98 shell: "cd $(dirname $ANSIBLE_CONFIG ); git submodule update --init password_store"
99 changed_when: clone_password_store is defined and "stdout" in clone_password_store and clone_password_store.stdout != ""