1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-03 17:03:06 +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

@ -22,7 +22,7 @@ options:
append:
description:
- If V(true), add the listed O(host) to the O(hostgroup).
- If V(false), only the listed O(host) will be in O(hostgroup), removing any other hosts.
- If V(false), only the listed O(host) is set in O(hostgroup), removing any other hosts.
default: false
type: bool
version_added: 6.6.0
@ -40,17 +40,17 @@ options:
host:
description:
- List of hosts that belong to the host-group.
- If an empty list is passed all hosts will be removed from the group.
- If option is omitted hosts will not be checked or changed.
- If option is passed all assigned hosts that are not passed will be unassigned from the group.
- If an empty list is passed all hosts are removed from the group.
- If option is omitted hosts are not checked nor changed.
- If option is passed all assigned hosts that are not passed are unassigned from the group.
type: list
elements: str
hostgroup:
description:
- List of host-groups than belong to that host-group.
- If an empty list is passed all host-groups will be removed from the group.
- If option is omitted host-groups will not be checked or changed.
- If option is passed all assigned hostgroups that are not passed will be unassigned from the group.
- If an empty list is passed all host-groups are removed from the group.
- If option is omitted host-groups are not checked nor changed.
- If option is passed all assigned hostgroups that are not passed are unassigned from the group.
type: list
elements: str
state: