never flag ansync task as changed
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
2035ff76b5
commit
746d911a3d
@ -8,6 +8,7 @@
|
|||||||
location: "{{ hcloud_server.location | default('nbg1') }}"
|
location: "{{ hcloud_server.location | default('nbg1') }}"
|
||||||
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
|
||||||
register: __hcloud_server
|
register: __hcloud_server
|
||||||
async: 7200
|
async: 7200
|
||||||
poll: 0
|
poll: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user