This commit is contained in:
Jack Ivanov 2020-08-08 12:31:27 +01:00
parent c184ad2e01
commit 78a6efb0a6

View file

@ -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: