mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Resolves #1290, Adds limit_type choice "-"
This commit is contained in:
parent
2715cbffb7
commit
5fbc5cb529
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Limit type, see C(man limits) for an explanation
|
- Limit type, see C(man limits) for an explanation
|
||||||
required: true
|
required: true
|
||||||
choices: [ "hard", "soft" ]
|
choices: [ "hard", "soft", "-" ]
|
||||||
limit_item:
|
limit_item:
|
||||||
description:
|
description:
|
||||||
- The limit to be set
|
- The limit to be set
|
||||||
|
|
Loading…
Reference in a new issue