From 0fe604c658f0cebd06ef8d516037bf3929f9f943 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Tue, 19 Nov 2024 20:26:24 -0600 Subject: [PATCH] modified: roles/crc/tasks/main.yml --- roles/crc/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/crc/tasks/main.yml b/roles/crc/tasks/main.yml index 01117e7..e3a6689 100644 --- a/roles/crc/tasks/main.yml +++ b/roles/crc/tasks/main.yml @@ -92,9 +92,8 @@ - name: Create TLS certificate and secret community.crypto.x509_certificate: path: /home/{{ ansible_user }}/nip.crt - key_path: /home/{{ ansible_user }}/nip.key + privatekey_path: /home/{{ ansible_user }}/nip.key common_name: "{{ base_domain }}" - days_until_expiration: 3650 provider: selfsigned - name: Wait for cluster operators to be ready