fix default for labels
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ca716eedda
commit
ed0baf8dea
@ -7,7 +7,7 @@
|
|||||||
image: "{{ hcloud_server.image | default('centos-7') }}"
|
image: "{{ hcloud_server.image | default('centos-7') }}"
|
||||||
location: "{{ hcloud_server.location | default('nbg1') }}"
|
location: "{{ hcloud_server.location | default('nbg1') }}"
|
||||||
backups: "{{ hcloud_server.backups | default('no') }}"
|
backups: "{{ hcloud_server.backups | default('no') }}"
|
||||||
labels: "{{ hcloud_server.labels | default([]) }}"
|
labels: "{{ hcloud_server.labels | default({}) }}"
|
||||||
api_token: "{{ hcloud_server.api_token | default(hcloud_server_default_api_token | default(omit)) }}"
|
api_token: "{{ hcloud_server.api_token | default(hcloud_server_default_api_token | default(omit)) }}"
|
||||||
state: present
|
state: present
|
||||||
changed_when: False
|
changed_when: False
|
||||||
|
Loading…
Reference in New Issue
Block a user