mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Scaleway authentication fix (#1088)
This commit is contained in:
parent
f2136d3c2b
commit
161e5ec366
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
method: GET
|
method: GET
|
||||||
headers:
|
headers:
|
||||||
Content-Type: 'application/json'
|
Content-Type: 'application/json'
|
||||||
X-Auth-Token: "{{ scaleway_auth_token }}"
|
X-Auth-Token: "{{ algo_scaleway_token }}"
|
||||||
status_code: 200
|
status_code: 200
|
||||||
register: scaleway_images
|
register: scaleway_images
|
||||||
with_sequence: start=1 end={{ ((scaleway_pages.x_total_count|int / 100)| round )|int }}
|
with_sequence: start=1 end={{ ((scaleway_pages.x_total_count|int / 100)| round )|int }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue