From 10fc4101082667370b544f1fd7c444af01536d13 Mon Sep 17 00:00:00 2001 From: patbec <29308797+patbec@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:20:13 +0100 Subject: [PATCH] Enabled proxmox acme check. --- main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.yml b/main.yml index ce85b37..33c18d2 100644 --- a/main.yml +++ b/main.yml @@ -15,12 +15,12 @@ path: /etc/pve/local/pveproxy-ssl.key register: cert_key - # - name: Ensure that ACME has been set up - # ansible.builtin.assert: - # that: - # - cert_pem.stat.exists == true - # - cert_key.stat.exists == true - # fail_msg: "Certificate was not found, make sure ACME has been set up." + - name: Ensure that ACME has been set up + ansible.builtin.assert: + that: + - cert_pem.stat.exists == true + - cert_key.stat.exists == true + fail_msg: "Certificate was not found, make sure ACME has been set up." - name: Configure repositories block: