Scaleway authentication fix (#1088)

pull/1089/head
Jack Ivanov 6 years ago committed by GitHub
parent ee3cb979f7
commit e860b78d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@
method: GET
headers:
Content-Type: 'application/json'
X-Auth-Token: "{{ scaleway_auth_token }}"
X-Auth-Token: "{{ algo_scaleway_token }}"
status_code: 200
register: scaleway_images
with_sequence: start=1 end={{ ((scaleway_pages.x_total_count|int / 100)| round )|int }}

Loading…
Cancel
Save