Merge pull request #1291 from Mogztter/issue-1290

documents missing limit_type choice "-"
This commit is contained in:
Brian Coca 2015-11-27 12:56:24 -08:00
commit 60dd37d15f

View file

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