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

Fix sanity issues (#6)

This commit is contained in:
Lukas Kämmerling 2020-06-12 10:27:00 +02:00 committed by GitHub
parent a2d00f8d7a
commit e893006906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 21 additions and 21 deletions

View file

@ -242,13 +242,13 @@ hcloud_server:
type: bool
returned: always
sample: false
version_added: "2.10"
version_added: "1.0.0"
rebuild_protection:
description: True if server is protected for rebuild
type: bool
returned: always
sample: false
version_added: "2.10"
version_added: "1.0.0"
"""
from ansible.module_utils.basic import AnsibleModule