fix default for labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-17 23:05:18 +02:00
parent ca716eedda
commit ed0baf8dea
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
image: "{{ hcloud_server.image | default('centos-7') }}"
location: "{{ hcloud_server.location | default('nbg1') }}"
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)) }}"
state: present
changed_when: False