scaleway region fix

This commit is contained in:
Jack Ivanov 2020-01-08 11:00:37 +01:00
parent 625f634163
commit 6671f21b32

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