mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
The `simple_config_file` was confusing and doesn't work if you copy paste it.
(cherry picked from commit 20d09a4ae6
)
Co-authored-by: Samori Gorse <samori@codeinstyle.io>
This commit is contained in:
parent
9e6df4f1c9
commit
198b813b55
1 changed files with 10 additions and 11 deletions
|
@ -62,7 +62,6 @@ DOCUMENTATION = '''
|
|||
|
||||
EXAMPLES = '''
|
||||
# file must be named xen_orchestra.yaml or xen_orchestra.yml
|
||||
simple_config_file:
|
||||
plugin: community.general.xen_orchestra
|
||||
api_host: 192.168.1.255
|
||||
user: xo
|
||||
|
|
Loading…
Reference in a new issue