mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 04:04:23 -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:
|
||||
description:
|
||||
- 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
|
||||
record:
|
||||
description:
|
||||
|
|
|
@ -157,7 +157,7 @@ options:
|
|||
type: float
|
||||
vcpu:
|
||||
description:
|
||||
- Number of CPUs (cores) new VM is set to have.
|
||||
- Number of CPUs (cores) the new VM uses.
|
||||
type: int
|
||||
networks:
|
||||
description:
|
||||
|
|
|
@ -63,7 +63,7 @@ EXAMPLES = r"""
|
|||
- relativeValue: 1
|
||||
type: Enclosure
|
||||
permittedInterconnectTypeName: HP VC Flex-10/10D Module
|
||||
# Alternatively you can inform permittedInterconnectTypeUri
|
||||
# Alternatively you can inform permittedInterconnectTypeUri
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Ensure that the Logical Interconnect Group has the specified scopes
|
||||
|
|
|
@ -38,7 +38,7 @@ options:
|
|||
choices: ['started', 'stopped', 'restarted', 'reloaded']
|
||||
enabled:
|
||||
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
|
||||
pattern:
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue