ansible-collection-hetzner-.../tests/integration/targets
lrsksr 25bce7eabd
fix(server): prevent backups from being disabled when undefined (#196)
* fix(server): prevent backups from being disabled when undefined

With an existing server with backups enabled and the state being either
present, started, stopped, restarted or rebuild and the backups module
parameter not set, the module would disable backups and in turn delete
all existing backups.

The correct behaviour (leave backups untouched when parameter not set)
is implemented by this commit. Strong typing would have prevented this.

* test: verify fix works

---------

Co-authored-by: Julian Tölle <julian.toelle@hetzner-cloud.de>
2023-04-03 12:36:33 +02:00
..
hcloud_certificate test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_certificate_info Fix hcloud_certificate_info test (#100) 2021-08-10 20:44:26 +02:00
hcloud_datacenter_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_firewall Add description field to firewall rules (#101) 2021-08-12 13:13:19 +02:00
hcloud_floating_ip test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_floating_ip_info Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_image_info Add Shippable CI (#2) 2020-04-14 08:34:22 +02:00
hcloud_load_balancer Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_load_balancer_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_load_balancer_network loadbalancer_: improve error handlings (#138) 2022-06-20 06:26:26 +02:00
hcloud_load_balancer_service loadbalancer_: improve error handlings (#138) 2022-06-20 06:26:26 +02:00
hcloud_load_balancer_target test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_load_balancer_type_info Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +02:00
hcloud_location_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_network Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_network_info Add Shippable CI (#2) 2020-04-14 08:34:22 +02:00
hcloud_placement_group test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_primary_ip test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_rdns test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_route Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_server fix(server): prevent backups from being disabled when undefined (#196) 2023-04-03 12:36:33 +02:00
hcloud_server_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_server_network test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_server_type_info Add Shippable CI (#2) 2020-04-14 08:34:22 +02:00
hcloud_ssh_key test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_ssh_key_info Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_subnetwork Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
hcloud_volume test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
hcloud_volume_info test: various fixes for integration tests (#193) 2023-02-13 10:48:26 +01:00
setup_selfsigned_certificate/tasks Implement Load Balancers and Certificates and prepare release (#13) 2020-06-29 15:41:30 +02:00
setup_sshkey/tasks Initial commit 2020-03-09 13:36:01 +00:00