basessh: see if we can just fail fetching missing files

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-11-18 10:21:55 -08:00
parent b2dbfba711
commit a7f25f1662

View file

@ -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