basessh: see if we can just fail fetching missing files
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b2dbfba711
commit
a7f25f1662
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
- name: Get public keys for certs to sign
|
||||
fetch: src="{{item}}.pub"
|
||||
dest="{{pubkeydir}}"
|
||||
fail_on_missing=true
|
||||
fail_on_missing=false
|
||||
with_items: "{{certs_to_sign}}"
|
||||
tags:
|
||||
- basessh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue