From 5fbc5cb52938bf9997a1f8c61aff0e6908391121 Mon Sep 17 00:00:00 2001 From: GUILLAUME GROSSETIE Date: Thu, 26 Nov 2015 11:37:59 +0100 Subject: [PATCH] Resolves #1290, Adds limit_type choice "-" --- lib/ansible/modules/extras/system/pam_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/pam_limits.py b/lib/ansible/modules/extras/system/pam_limits.py index 08eecd75faf..8d151f8aa49 100644 --- a/lib/ansible/modules/extras/system/pam_limits.py +++ b/lib/ansible/modules/extras/system/pam_limits.py @@ -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