basessh: try and not add initial empty fact

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-11-18 10:11:14 -08:00
parent 875ea1548d
commit 7747b40c82

View file

@ -107,16 +107,16 @@
- sshd
- base
- name: Set lists of certs to sign to empty
set_fact:
certs_to_sign: "[]"
tags:
- basessh
- sshd_cert
- sshd_config
- config
- sshd
- base
#- name: Set lists of certs to sign to empty
# set_fact:
# certs_to_sign: "[]"
# tags:
# - basessh
# - sshd_cert
# - sshd_config
# - config
# - sshd
# - base
- name: Set list of certs to sign
set_fact: