Skip to content

Commit

Permalink
SSL correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
fee-mendes committed Jul 5, 2022
1 parent e5862bf commit c6ab58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible-scylla-node/tasks/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
loop:
- "./ssl/{{ inventory_hostname }}/{{ inventory_hostname }}.pem"

- name: Secure local OpenSSL private key
- name: Delete local OpenSSL private key
file:
path: "./ssl/{{ inventory_hostname }}/{{ inventory_hostname }}.pem"
mode: 0600
state: absent
delegate_to: localhost

- name: Generate cqlshrc
Expand Down

0 comments on commit c6ab58f

Please sign in to comment.