mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Scaleway authentication fix (#1088)
This commit is contained in:
parent
ee3cb979f7
commit
e860b78d80
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