Resolves #1290, Adds limit_type choice "-"

reviewable/pr18780/r1
GUILLAUME GROSSETIE 9 years ago
parent 0c1d20865d
commit c28a0031bb

@ -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

Loading…
Cancel
Save