never flag ansync task as changed
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-17 22:37:57 +02:00
parent 2035ff76b5
commit 746d911a3d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
location: "{{ hcloud_server.location | default('nbg1') }}"
api_token: "{{ hcloud_server.api_token | default(hcloud_server_default_api_token | default(omit)) }}"
state: present
changed_when: False
register: __hcloud_server
async: 7200
poll: 0