Revert "For now, just renew all the certs" - they are renewed
This reverts commit 36357599cf
.
This commit is contained in:
parent
e9dc50cca7
commit
03dc378215
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
certs_to_sign: "{{certs_to_sign}} + [ '{{item.item.path}}' ]"
|
certs_to_sign: "{{certs_to_sign}} + [ '{{item.item.path}}' ]"
|
||||||
with_items: "{{ssh_cert_files.results}}"
|
with_items: "{{ssh_cert_files.results}}"
|
||||||
# when: not item.stat.exists
|
when: not item.stat.exists
|
||||||
tags:
|
tags:
|
||||||
- basessh
|
- basessh
|
||||||
- sshd_cert
|
- sshd_cert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue