diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-21 11:14:47 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-21 11:14:47 +0100 |
commit | e7e024a932fe531d0b0b8eea2c048b0de06b43f0 (patch) | |
tree | 3b27c58b39aee978eab179146de00b2dc84dff89 /roles | |
parent | 44c40b43e46ce0fcf3e2e31fde8f27666bbd3807 (diff) | |
download | Ansible-e7e024a932fe531d0b0b8eea2c048b0de06b43f0.tar.gz Ansible-e7e024a932fe531d0b0b8eea2c048b0de06b43f0.tar.zst Ansible-e7e024a932fe531d0b0b8eea2c048b0de06b43f0.zip |
Don’t fail when gpg key is not presentv1.0
Diffstat (limited to 'roles')
-rw-r--r-- | roles/contexts/fretlink/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/contexts/fretlink/tasks/main.yml b/roles/contexts/fretlink/tasks/main.yml index 4d8e48a..4106bf1 100644 --- a/roles/contexts/fretlink/tasks/main.yml +++ b/roles/contexts/fretlink/tasks/main.yml | |||
@@ -81,6 +81,9 @@ | |||
81 | copy: | 81 | copy: |
82 | dest: $HOME/workdir/environment | 82 | dest: $HOME/workdir/environment |
83 | content: "{{ fretlink_environment.stdout }}" | 83 | content: "{{ fretlink_environment.stdout }}" |
84 | rescue: | ||
85 | - debug: | ||
86 | msg: "Could not read password store, continuing" | ||
84 | - name: enable remind service | 87 | - name: enable remind service |
85 | systemd: | 88 | systemd: |
86 | state: started | 89 | state: started |