Files
community.general/lib/ansible/modules/system
Daniel Shepherd ef690e928f pamd: fixes for multiple issues (#47695)
* Providing fix for #47083 in pamd.py

* Providing fix for #47197

* Fixing pep8 errors

* update regex to account for leading dash and VALID_TYPES with dashes as well

* use a results dictionary and clean up unnecessary items

* remove unnessecary return value. action is already reported in invocation output

* make naming consistent across action returns

* fix comparison so it checks equality instead of identity and indentation in update_rule()

* make sure file always has EOF newline

* updated regex to skip spacing between path and args and add rule arg regex to capture complex args

* new module argument parsing code in function and DRY changes

* remove unused has_rule method on PamdService class

* fix error in parse_module_arguments()

* updated args_present action to make it handle key value args and fail on complex bracketed arguments

* pep8 and other fixes so units still work

* suggested change - make version removed 2.8

Co-Authored-By: shepdelacreme <shepdelacreme@users.noreply.github.com>

* add more error proof test to if statement
2018-10-30 10:21:22 -04:00
..
2018-04-24 18:05:50 +01:00
2017-11-30 18:07:11 +10:00
2018-09-10 14:20:22 -04:00
2018-04-24 18:05:50 +01:00
2018-06-26 14:09:23 -04:00
2018-07-22 02:31:46 -04:00
2018-09-28 16:07:44 -04:00
2018-08-24 19:43:35 -04:00
2018-08-24 19:43:35 -04:00
2017-11-21 20:59:08 -08:00