From badf001512f2f9c23117ed76ae375271fdaee43a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 2 Oct 2023 23:13:36 +0200 Subject: add role x509/root-ca --- roles/x509/root-ca/handlers/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/x509/root-ca/handlers/main.yml (limited to 'roles/x509/root-ca/handlers/main.yml') diff --git a/roles/x509/root-ca/handlers/main.yml b/roles/x509/root-ca/handlers/main.yml new file mode 100644 index 00000000..00e4f625 --- /dev/null +++ b/roles/x509/root-ca/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: update ca certificates fresh + command: update-ca-certificates --fresh + +- name: update ca certificates + command: update-ca-certificates -- cgit v1.2.3