Skip to content

Commit

Permalink
bug in certificate handling fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
thal committed Jun 24, 2024
1 parent 4c9569e commit 85367f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/encryption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85367f2

Please sign in to comment.