mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
always mark as changed
This commit is contained in:
parent
e5e36a11c1
commit
454c7f2e63
1 changed files with 3 additions and 0 deletions
|
|
@ -302,6 +302,9 @@ class AnsibleHcloudLoadBalancerService(Hcloud):
|
|||
except APIException as e:
|
||||
self.module.fail_json(msg=e.message)
|
||||
self._get_load_balancer()
|
||||
|
||||
print(old_service)
|
||||
print(self.hcloud_load_balancer_service)
|
||||
if old_service.__dict__ != self.hcloud_load_balancer_service.__dict__:
|
||||
self._mark_as_changed()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue