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

View file

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

View file

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