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 (#635)

##### SUMMARY

The `root_password` return value was undocumented. 

##### ISSUE TYPE

- Docs Pull Request

##### COMPONENT NAME

server
This commit is contained in:
Jonas L. 2025-05-21 16:45:13 +02:00 committed by GitHub
parent e8fda3557c
commit 88008eeaea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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