1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

test: no changes were made

This commit is contained in:
jo 2025-12-16 15:49:45 +01:00
parent aeb7d8e0a7
commit 07c1a497c6
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -312,7 +312,7 @@
- name: verify test already assigned Floating IP assign without force - name: verify test already assigned Floating IP assign without force
assert: assert:
that: that:
- floatingIP is changed - floatingIP is not changed
- floatingIP.hcloud_floating_ip.server == main_server.hcloud_server.name - floatingIP.hcloud_floating_ip.server == main_server.hcloud_server.name
- name: test already assigned Floating IP assign with force - name: test already assigned Floating IP assign with force