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

docs: missing root_password return value docs

This commit is contained in:
jo 2025-05-21 11:32:04 +02:00
parent e8fda3557c
commit 52f91425da
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -333,6 +333,11 @@ hcloud_server:
returned: always
sample: false
version_added: "0.1.0"
root_password:
description: Root password for the server
returned: when created without ssh_keys
type: str
sample: YItygq1v3GYjjMomLaKc
"""
from datetime import datetime, timedelta, timezone