From 7747b40c82c497b89704ad30c765cfd514629765 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 18 Nov 2022 10:11:14 -0800 Subject: [PATCH] basessh: try and not add initial empty fact Signed-off-by: Kevin Fenzi --- roles/basessh/tasks/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/roles/basessh/tasks/main.yml b/roles/basessh/tasks/main.yml index e87fdcae28..c2acaf0896 100644 --- a/roles/basessh/tasks/main.yml +++ b/roles/basessh/tasks/main.yml @@ -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: