From 86b35b7f5cee0d85a1fb92e8e5b84e78bc64e47c Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Fri, 15 May 2026 19:49:33 +1000 Subject: [PATCH] now we goin to set-up root-ca --- playbooks/pmc314-ca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/pmc314-ca.yml b/playbooks/pmc314-ca.yml index e2df833..a4ca26a 100644 --- a/playbooks/pmc314-ca.yml +++ b/playbooks/pmc314-ca.yml @@ -5,7 +5,7 @@ tasks: - name: Copy root CA certificate to trust store ansible.builtin.get_url: - url: http://example.lan + url: https://root-ca.guaranteedstruggle.host:443/roots.pem dest: /usr/local/share/ca-certificates/pmc314_root-ca.crt owner: root group: root