mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Resolves #1290, Adds limit_type choice "-"
This commit is contained in:
committed by
Matt Clay
parent
2715cbffb7
commit
5fbc5cb529
@@ -40,7 +40,7 @@ options:
|
||||
description:
|
||||
- Limit type, see C(man limits) for an explanation
|
||||
required: true
|
||||
choices: [ "hard", "soft" ]
|
||||
choices: [ "hard", "soft", "-" ]
|
||||
limit_item:
|
||||
description:
|
||||
- The limit to be set
|
||||
|
||||
Reference in New Issue
Block a user