Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
do not tls cert upload if tls is disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Nemirowski <sergio@outerface.net>
  • Loading branch information
532910 committed Jul 5, 2023
1 parent d9954df commit 17b75e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- ansible.builtin.include_tasks: wallet.yml

- ansible.builtin.include_tasks: tls.yml
when: neofs_ir__blockchain_tls_rpc_enabled|bool

- name: Copy NeoFS IR config
ansible.builtin.template:
Expand Down

0 comments on commit 17b75e2

Please sign in to comment.