Skip to content

Commit

Permalink
Fix host key path in docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Nov 26, 2024
1 parent 353659e commit 7a14f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/artemis/templates/artemis.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ARTEMIS_VERSIONCONTROL_SSHPRIVATEKEYFOLDERPATH='{{ artemis_ssh_key_path }}'
{% endif %}
{% endif %}
{% if version_control.localvc.ssh_key_path is defined and version_control.localvc.ssh_key_path|length > 0 %}
ARTEMIS_VERSIONCONTROL_SSHHOSTKEYPATH='{{ artemis_repo_basepath }}/ssh-keys'
ARTEMIS_VERSIONCONTROL_SSHHOSTKEYPATH='{{ version_control.localvc.ssh_key_path }}'
{% endif %}
{% if version_control.localvc.ssh_url is defined %}
ARTEMIS_VERSIONCONTROL_SSHTEMPLATECLONEURL='{{ version_control.localvc.ssh_url }}'
Expand Down

0 comments on commit 7a14f2b

Please sign in to comment.