ansible-collection-hetzner-.../plugins
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
..
doc_fragments Docs: Document possibility to set the module api_token via environment variable (#163) 2022-11-08 08:41:17 +01:00
inventory feat(inventory): add variable for ipv6 address (#188) 2023-02-01 12:56:21 +01:00
module_utils lint: fix unused-import errors (#195) 2023-03-31 09:01:22 +02:00
modules fix(server): prevent backups from being disabled when undefined (#196) 2023-04-03 12:36:33 +02:00