]> git.immae.eu Git - perso/Immae/Config/Ansible.git/commitdiff
Don’t fail when gpg key is not present v1.0
authorIsmaël Bouya <ismael.bouya@fretlink.com>
Wed, 21 Nov 2018 10:14:47 +0000 (11:14 +0100)
committerIsmaël Bouya <ismael.bouya@fretlink.com>
Wed, 21 Nov 2018 10:14:47 +0000 (11:14 +0100)
roles/contexts/fretlink/tasks/main.yml

index 4d8e48a8dba57179de5e3bf401e5ef1eb68aea82..4106bf1f6e0ba8d10b556ce97aa414c58c63fac2 100644 (file)
@@ -81,6 +81,9 @@
           copy:
             dest: $HOME/workdir/environment
             content: "{{ fretlink_environment.stdout }}"
+      rescue:
+        - debug:
+            msg: "Could not read password store, continuing"
 - name: enable remind service
   systemd:
     state: started