basessh: try setting empty fact another way
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7747b40c82
commit
1c740ec365
1 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue