basessh: change empty list to not use quotes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
61ebb2f958
commit
9259cb1ead
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
|
||||
- name: Set lists of certs to sign to empty
|
||||
set_fact:
|
||||
certs_to_sign: "[]"
|
||||
certs_to_sign: []
|
||||
tags:
|
||||
- basessh
|
||||
- sshd_cert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue