From 85367f24bb7a95f334ae97ee569657c2d3f0ea9f Mon Sep 17 00:00:00 2001 From: thal Date: Mon, 24 Jun 2024 12:13:32 +0000 Subject: [PATCH] bug in certificate handling fixed. --- tasks/encryption.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/encryption.yml b/tasks/encryption.yml index 1c37bc6..88df57e 100644 --- a/tasks/encryption.yml +++ b/tasks/encryption.yml @@ -6,7 +6,7 @@ block: - name: 'Query server certificate authorities including intermediates {{ "(I: " + instance.name + ")" }}' ansible.builtin.command: - cmd: '/usr/sbin/dsctl urania tls list-ca' + cmd: '/usr/sbin/dsctl {{ instance.name }} tls list-ca' register: ca_db_list changed_when: false