From 961e46bf761332bb315a03a8d0cc5748ccfdaa59 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 12 Jul 2018 14:45:27 +0300 Subject: [PATCH] SSH access congrats fix --- server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.yml b/server.yml index 379821df..c71b5be1 100644 --- a/server.yml +++ b/server.yml @@ -56,7 +56,7 @@ - "{{ congrats.common.split('\n') }}" - " {{ congrats.p12_pass }}" - " {% if algo_store_cakey %}{{ congrats.ca_key_pass }}{% endif %}" - - " {% if cloud_deployment is defined %}{{ congrats.ssh_access }}{% endif %}" + - " {% if algo_provider != 'local' %}{{ congrats.ssh_access }}{% endif %}" tags: always rescue: - debug: var=fail_hint