mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-09 07:34:21 -07:00
Fixed typo in example
This commit is contained in:
parent
747c105cb7
commit
45922e711c
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
Add a link
Reference in a new issue