Scaleway authentication fix (#1088)

This commit is contained in:
Jack Ivanov 2018-08-29 16:05:07 +03:00 committed by GitHub
parent ee3cb979f7
commit e860b78d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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