diff --git a/system/pam_limits.py b/system/pam_limits.py index ae0e181d6e1..fde70abd800 100644 --- a/system/pam_limits.py +++ b/system/pam_limits.py @@ -98,7 +98,7 @@ def main(): pam_types = [ 'soft', 'hard' ] - limits_conf = '/home/slyce/limits.conf' + limits_conf = '/etc/security/limits.conf' module = AnsibleModule( # not checking because of daisy chain to file module