scaleway region fix (#1678)

This commit is contained in:
Jack Ivanov 2020-01-08 11:11:41 +01:00 committed by GitHub
parent 625f634163
commit eb40ade096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
- name: Patch the cloud-init
uri:
url: "https://cp-{{ region }}.scaleway.com/servers/{{ scaleway_compute.msg.id }}/user_data/cloud-init"
url: "https://cp-{{ algo_region }}.scaleway.com/servers/{{ scaleway_compute.msg.id }}/user_data/cloud-init"
method: PATCH
body: "{{ lookup('template', 'files/cloud-init/base.yml') }}"
status_code: 204