Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-07-25 16:35:55 +12:00 committed by GitHub
commit ec1395d773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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