Skip to content

Commit

Permalink
Enabled proxmox acme check.
Browse files Browse the repository at this point in the history
  • Loading branch information
patbec committed Nov 5, 2023
1 parent c49b8ba commit 10fc410
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10fc410

Please sign in to comment.