From 9f57c1b114d605fc9aa388b794eaf501fcf84ea6 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 28 Jul 2015 08:50:23 -0400 Subject: [PATCH] minor doc fixes to pam_limits --- lib/ansible/modules/extras/system/pam_limits.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/system/pam_limits.py b/lib/ansible/modules/extras/system/pam_limits.py index 5c7ab938060..6afe6f26ab5 100644 --- a/lib/ansible/modules/extras/system/pam_limits.py +++ b/lib/ansible/modules/extras/system/pam_limits.py @@ -38,12 +38,12 @@ options: required: true limit_type: description: - - Limit type : hard or soft. + - Limit type, see C(man limits) for an explanation required: true choices: [ "hard", "soft" ] limit_item: description: - - The limit to be set : core, data, nofile, cpu, etc. + - The limit to be set required: true choices: [ "core", "data", "fsize", "memlock", "nofile", "rss", "stack", "cpu", "nproc", "as", "maxlogins", "maxsyslogins", "priority", "locks", "sigpending", "msgqueue", "nice", "rtprio", "chroot" ] value: