basessh: change empty list to not use quotes

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-11-19 10:46:29 -08:00
parent 61ebb2f958
commit 9259cb1ead

View file

@ -109,7 +109,7 @@
- name: Set lists of certs to sign to empty
set_fact:
certs_to_sign: "[]"
certs_to_sign: []
tags:
- basessh
- sshd_cert