mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +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 }}"
|
label: "{{ algo_server_name }}"
|
||||||
state: present
|
state: present
|
||||||
description: Environment:Algo
|
description: Environment:Algo
|
||||||
images:
|
images:
|
||||||
- "{{ cloud_providers.linode.image }}"
|
- "{{ cloud_providers.linode.image }}"
|
||||||
script: |
|
script: |
|
||||||
{{ stackscript }}
|
{{ stackscript }}
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
url: "https://api.linode.com/v4/linode/stackscripts/{{ _linode_stackscript.stackscript.id }}"
|
url: "https://api.linode.com/v4/linode/stackscripts/{{ _linode_stackscript.stackscript.id }}"
|
||||||
method: PUT
|
method: PUT
|
||||||
body_format: json
|
body_format: json
|
||||||
body:
|
body:
|
||||||
script: |
|
script: |
|
||||||
{{ stackscript }}
|
{{ stackscript }}
|
||||||
headers:
|
headers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue