basessh: try and not add initial empty fact
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
875ea1548d
commit
7747b40c82
1 changed files with 10 additions and 10 deletions
|
@ -107,16 +107,16 @@
|
||||||
- sshd
|
- sshd
|
||||||
- base
|
- base
|
||||||
|
|
||||||
- name: Set lists of certs to sign to empty
|
#- name: Set lists of certs to sign to empty
|
||||||
set_fact:
|
# set_fact:
|
||||||
certs_to_sign: "[]"
|
# certs_to_sign: "[]"
|
||||||
tags:
|
# tags:
|
||||||
- basessh
|
# - basessh
|
||||||
- sshd_cert
|
# - sshd_cert
|
||||||
- sshd_config
|
# - sshd_config
|
||||||
- config
|
# - config
|
||||||
- sshd
|
# - sshd
|
||||||
- base
|
# - base
|
||||||
|
|
||||||
- name: Set list of certs to sign
|
- name: Set list of certs to sign
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue