fixed reference to a non-existing hcloud_server parameter (#57659)
This commit is contained in:
parent
2e1392eff8
commit
958f740cc3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ EXAMPLES = """
|
|||
hcloud_server:
|
||||
name: my-server
|
||||
server_type: cx21
|
||||
keep_disk: yes
|
||||
upgrade_disk: yes
|
||||
state: present
|
||||
|
||||
- name: Ensure the server is absent (remove if needed)
|
||||
|
|
Loading…
Add table
Reference in a new issue