mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
cloud-linode/tasks: Fix LINODE_API_TOKEN env lookup
This commit is contained in:
parent
44c0237bc8
commit
7a0edd8d54
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
- name: Set the token as a fact
|
||||
set_fact:
|
||||
algo_linode_token: "{{ linode_token | default(_linode_token.user_input|default(None)) | default(lookup('env','linode_API_TOKEN'), true) }}"
|
||||
algo_linode_token: "{{ linode_token | default(_linode_token.user_input|default(None)) | default(lookup('env','LINODE_API_TOKEN'), true) }}"
|
||||
|
||||
- name: Get regions
|
||||
uri:
|
||||
|
|
Loading…
Add table
Reference in a new issue