mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
fix code style
This commit is contained in:
parent
3a994eb1c5
commit
964cad8180
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@
|
|||
{% if region is defined %}{{ region }}
|
||||
{%- elif _algo_region.user_input %}{{ linode_regions[_algo_region.user_input | int -1 ]['id'] }}
|
||||
{%- else %}{{ linode_regions[default_region | int - 1]['id'] }}{% endif %}
|
||||
algo_linode_password: "{{_linode_root_password.user_input}}"
|
||||
algo_linode_password: "{{ _linode_root_password.user_input }}"
|
||||
public_key: "{{ lookup('file', '{{ SSH_keys.public }}') }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue