mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
Fixed typo in example
This commit is contained in:
parent
34fbc6d05a
commit
bf389ea3fa
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ EXAMPLES = r'''
|
||||||
user: user
|
user: user
|
||||||
password: passw0rd
|
password: passw0rd
|
||||||
validate_certs: false
|
validate_certs: false
|
||||||
state: stop
|
state: stopped
|
||||||
|
|
||||||
- name: Restart an existing virtual machine
|
- name: Restart an existing virtual machine
|
||||||
community.general.xen_orchestra:
|
community.general.xen_orchestra:
|
||||||
|
|
Loading…
Add table
Reference in a new issue