fix code style

This commit is contained in:
Larry Huang 2019-09-29 03:06:57 +08:00 committed by Jack Ivanov
parent 3a994eb1c5
commit 964cad8180

View file

@ -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 }}') }}"