diff --git a/roles/cloud-linode/tasks/prompts.yml b/roles/cloud-linode/tasks/prompts.yml index 2750792..988a785 100644 --- a/roles/cloud-linode/tasks/prompts.yml +++ b/roles/cloud-linode/tasks/prompts.yml @@ -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 }}') }}"