From 03dc378215f51bf2324258047e0ab4c54e26ec1d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 14 Aug 2018 19:27:27 +0000 Subject: [PATCH] Revert "For now, just renew all the certs" - they are renewed This reverts commit 36357599cf124a66aa743b2a385a08f26ae94292. --- roles/basessh/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/basessh/tasks/main.yml b/roles/basessh/tasks/main.yml index 0e76b44d90..0b60d87aec 100644 --- a/roles/basessh/tasks/main.yml +++ b/roles/basessh/tasks/main.yml @@ -119,7 +119,7 @@ set_fact: certs_to_sign: "{{certs_to_sign}} + [ '{{item.item.path}}' ]" with_items: "{{ssh_cert_files.results}}" - # when: not item.stat.exists + when: not item.stat.exists tags: - basessh - sshd_cert