mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
[PR #10303/329c2222 backport][stable-11] fix style in plugins (#10324)
fix style in plugins (#10303)
(cherry picked from commit 329c2222fc
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
1d6d8bdf7f
commit
a7ec516be3
35 changed files with 98 additions and 97 deletions
|
@ -31,7 +31,7 @@ options:
|
|||
description:
|
||||
- API host to XOA API.
|
||||
- If the value is not specified in the inventory configuration, the value of environment variable E(ANSIBLE_XO_HOST)
|
||||
will be used instead.
|
||||
is used instead.
|
||||
type: str
|
||||
env:
|
||||
- name: ANSIBLE_XO_HOST
|
||||
|
@ -39,7 +39,7 @@ options:
|
|||
description:
|
||||
- Xen Orchestra user.
|
||||
- If the value is not specified in the inventory configuration, the value of environment variable E(ANSIBLE_XO_USER)
|
||||
will be used instead.
|
||||
is used instead.
|
||||
required: true
|
||||
type: str
|
||||
env:
|
||||
|
@ -48,7 +48,7 @@ options:
|
|||
description:
|
||||
- Xen Orchestra password.
|
||||
- If the value is not specified in the inventory configuration, the value of environment variable E(ANSIBLE_XO_PASSWORD)
|
||||
will be used instead.
|
||||
is used instead.
|
||||
required: true
|
||||
type: str
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue