1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-30 07:28:52 +00:00

doc style adjustments: modules i* (#10409)

This commit is contained in:
Alexei Znamensky 2025-07-15 01:14:20 +12:00 committed by GitHub
parent 283d947f17
commit a36ad54b53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 305 additions and 306 deletions

View file

@ -42,9 +42,9 @@ options:
mac_address:
description:
- List of Hardware MAC address(es) off this host.
- If option is omitted MAC addresses will not be checked or changed.
- If an empty list is passed all assigned MAC addresses will be removed.
- MAC addresses that are already assigned but not passed will be removed.
- If option is omitted MAC addresses are not checked nor changed.
- If an empty list is passed all assigned MAC addresses are removed.
- MAC addresses that are already assigned but not passed are removed.
aliases: ["macaddress"]
type: list
elements: str
@ -66,9 +66,9 @@ options:
user_certificate:
description:
- List of Base-64 encoded server certificates.
- If option is omitted certificates will not be checked or changed.
- If an empty list is passed all assigned certificates will be removed.
- Certificates already assigned but not passed will be removed.
- If option is omitted certificates are not checked nor changed.
- If an empty list is passed all assigned certificates are removed.
- Certificates already assigned but not passed are removed.
aliases: ["usercertificate"]
type: list
elements: str