From 1c740ec36548f75b8adceaa0eeac4d842d725dea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 18 Nov 2022 10:13:11 -0800 Subject: [PATCH] basessh: try setting empty fact another way 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 c2acaf0896..68b9cc128e 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: