1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
hetzner.hcloud/tests/integration
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
..
targets fix(server): prevent backups from being disabled when undefined (#196) 2023-04-03 12:36:33 +02:00
constraints.txt Fix error handling and add test cases (#58) 2021-02-24 13:37:58 +01:00
requirements.txt Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00