mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Use VULTR_API_CONFIG variable if set
This commit is contained in:
parent
d996b1d02f
commit
ae467c2745
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