ansible-collection-hetzner-.../changelogs
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
..
fragments fix(server): prevent backups from being disabled when undefined (#196) 2023-04-03 12:36:33 +02:00
.gitignore Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
changelog.yaml chore: prepare v1.10.0 (#190) 2023-02-02 09:20:15 +01:00
config.yaml Add hcloud_load_balancer_info module (#41) 2020-11-27 12:25:06 +01:00