mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
parent
ffb9b6ff96
commit
13e9e4b196
143 changed files with 346 additions and 348 deletions
|
@ -42,14 +42,14 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- Whether to set this project as C(enabled), C(disabled) or C(absent).
|
||||
- Whether to set this project as V(enabled), V(disabled), or V(absent).
|
||||
default: enabled
|
||||
type: str
|
||||
choices: [absent, enabled, disabled]
|
||||
chroot:
|
||||
description:
|
||||
- The name of the chroot that you want to enable/disable/remove in the project,
|
||||
for example C(epel-7-x86_64). Default chroot is determined by the operating system,
|
||||
for example V(epel-7-x86_64). Default chroot is determined by the operating system,
|
||||
version of the operating system, and architecture on which the module is run.
|
||||
type: str
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue