mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +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:
parent
e8fda3557c
commit
88008eeaea
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue