mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
linting
This commit is contained in:
parent
c184ad2e01
commit
78a6efb0a6
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
label: "{{ algo_server_name }}"
|
||||
state: present
|
||||
description: Environment:Algo
|
||||
images:
|
||||
images:
|
||||
- "{{ cloud_providers.linode.image }}"
|
||||
script: |
|
||||
{{ stackscript }}
|
||||
|
@ -29,7 +29,7 @@
|
|||
url: "https://api.linode.com/v4/linode/stackscripts/{{ _linode_stackscript.stackscript.id }}"
|
||||
method: PUT
|
||||
body_format: json
|
||||
body:
|
||||
body:
|
||||
script: |
|
||||
{{ stackscript }}
|
||||
headers:
|
||||
|
|
Loading…
Add table
Reference in a new issue