Skip to content

Commit

Permalink
adding space before pipe symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex3 committed Jul 24, 2023
1 parent 7e09df1 commit 371a6ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ data:
token: "{{ external_hcloud_cloud.hcloud_api_token | b64encode }}"
{% if external_hcloud_cloud.with_networks or external_hcloud_cloud.network_name is defined %}
{% if network_id is defined%}
network: "{{ network_id|b64encode }}"
network: "{{ network_id | b64encode }}"
{% else %}
network: "{{ external_hcloud_cloud.network_name|b64encode }}"
network: "{{ external_hcloud_cloud.network_name | b64encode }}"
{% endif %}
{% endif %}

0 comments on commit 371a6ba

Please sign in to comment.