Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
igorribeiroduarte committed Dec 6, 2024
1 parent 0a06a71 commit 7865f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible-scylla-node/tasks/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
privatekey_path: "{{ inventory_dir }}/ssl/ca/{{ scylla_cluster_name }}-ca.pem"
csr_content: "{{ ca_csr.csr }}"
provider: selfsigned

- set_fact:
_ca_crt_and_key_exist: True
when: _crt_and_key_exist == False and _ca_crt_and_key_exist == False
delegate_to: localhost
run_once: true
Expand Down

0 comments on commit 7865f0e

Please sign in to comment.