mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
DO roles to tags
This commit is contained in:
parent
1feb1dd937
commit
97ea00056d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Set the DigitalOcean Access Token fact
|
- name: Set the DigitalOcean Access Token fact
|
||||||
set_fact:
|
set_fact:
|
||||||
do_token: "{{ do_access_token | default( lookup('env', 'DIGITALOCEAN_API_KEY') ) }}"
|
do_token: "{{ do_access_token }}"
|
||||||
|
|
||||||
- name: "Getting your SSH key ID on Digital Ocean..."
|
- name: "Getting your SSH key ID on Digital Ocean..."
|
||||||
digital_ocean:
|
digital_ocean:
|
||||||
|
|
Loading…
Add table
Reference in a new issue