mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-19 15:47:11 +02:00
Use VULTR_API_CONFIG variable if set (#1374)
This commit is contained in:
parent
cf4d5b47a9
commit
d50a2039a6
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
|||
Enter the local path to your configuration INI file
|
||||
(https://trailofbits.github.io/algo/cloud-vultr.html):
|
||||
register: _vultr_config
|
||||
when: vultr_config is undefined
|
||||
when:
|
||||
- vultr_config is undefined
|
||||
- lookup('env','VULTR_API_CONFIG')|length <= 0
|
||||
|
||||
- name: Set the token as a fact
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Reference in a new issue