mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
proxmox: doc: Fix example for restart container (#46602)
+label: docsite_pr
This commit is contained in:
parent
be05069c61
commit
a7425a7e79
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ EXAMPLES = '''
|
||||||
api_user: root@pam
|
api_user: root@pam
|
||||||
api_password: 1q2w3e
|
api_password: 1q2w3e
|
||||||
api_host: node1
|
api_host: node1
|
||||||
state: stopped
|
state: restarted
|
||||||
|
|
||||||
# Remove container
|
# Remove container
|
||||||
- proxmox:
|
- proxmox:
|
||||||
|
|
Loading…
Reference in a new issue