Adjust booleans in misc plugins. (#5161)

This commit is contained in:
Felix Fontein 2022-08-24 20:00:39 +02:00 committed by GitHub
commit 19ce50f6b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 22 deletions

View file

@ -24,7 +24,7 @@ DOCUMENTATION = '''
options:
plugin:
description: The name of this plugin, it should always be set to C(community.general.xen_orchestra) for this plugin to recognize it as its own.
required: yes
required: true
choices: ['community.general.xen_orchestra']
type: str
api_host:
@ -38,7 +38,7 @@ DOCUMENTATION = '''
description:
- Xen Orchestra user.
- If the value is not specified in the inventory configuration, the value of environment variable C(ANSIBLE_XO_USER) will be used instead.
required: yes
required: true
type: str
env:
- name: ANSIBLE_XO_USER
@ -46,7 +46,7 @@ DOCUMENTATION = '''
description:
- Xen Orchestra password.
- If the value is not specified in the inventory configuration, the value of environment variable C(ANSIBLE_XO_PASSWORD) will be used instead.
required: yes
required: true
type: str
env:
- name: ANSIBLE_XO_PASSWORD