mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
801cbf1b65
commit
ec1395d773
4 changed files with 4 additions and 4 deletions
|
@ -64,7 +64,7 @@ options:
|
||||||
zone:
|
zone:
|
||||||
description:
|
description:
|
||||||
- DNS record is modified on this O(zone).
|
- DNS record is modified on this O(zone).
|
||||||
- When omitted DNS, is queried to attempt finding the correct zone.
|
- When omitted, DNS is queried to attempt finding the correct zone.
|
||||||
type: str
|
type: str
|
||||||
record:
|
record:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -157,7 +157,7 @@ options:
|
||||||
type: float
|
type: float
|
||||||
vcpu:
|
vcpu:
|
||||||
description:
|
description:
|
||||||
- Number of CPUs (cores) new VM is set to have.
|
- Number of CPUs (cores) the new VM uses.
|
||||||
type: int
|
type: int
|
||||||
networks:
|
networks:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -63,7 +63,7 @@ EXAMPLES = r"""
|
||||||
- relativeValue: 1
|
- relativeValue: 1
|
||||||
type: Enclosure
|
type: Enclosure
|
||||||
permittedInterconnectTypeName: HP VC Flex-10/10D Module
|
permittedInterconnectTypeName: HP VC Flex-10/10D Module
|
||||||
# Alternatively you can inform permittedInterconnectTypeUri
|
# Alternatively you can inform permittedInterconnectTypeUri
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Ensure that the Logical Interconnect Group has the specified scopes
|
- name: Ensure that the Logical Interconnect Group has the specified scopes
|
||||||
|
|
|
@ -38,7 +38,7 @@ options:
|
||||||
choices: ['started', 'stopped', 'restarted', 'reloaded']
|
choices: ['started', 'stopped', 'restarted', 'reloaded']
|
||||||
enabled:
|
enabled:
|
||||||
description:
|
description:
|
||||||
- Whether the service should start on boot. B(At least one of O(state) and O(enabled) are required).
|
- Whether the service should start on boot. B(At least one) of O(state) and O(enabled) are required.
|
||||||
type: bool
|
type: bool
|
||||||
pattern:
|
pattern:
|
||||||
type: str
|
type: str
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue