ansible/lib
Alexandre Garnier f06e2e7a0b Fix mixed type comparison resulting in wrong changed (#2772)
When using `use_max` or `use_min` in `pam_limits`, the new value is an integer compared with the actual_value which is a string, so they are always different and the module reports a changed but none occurred.
2016-12-08 11:34:52 -05:00
..
ansible Fix mixed type comparison resulting in wrong changed (#2772) 2016-12-08 11:34:52 -05:00