summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/redhat.py
Commit message (Collapse)AuthorAgeFilesLines
* Make configparser imports python3 readyToshio Kuratomi2017-02-031-4/+5
| | | | | the ConfigParser module was renamed to configparser in Python3. Use six.moves to import it so that the modules will function on Python3.
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
| | | | | | | | * PEP 8 E121 cleanup. * PEP 8 E126 cleanup. * PEP 8 E122 cleanup.
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
| | | | | | * PEP 8 E271 whitespace cleanup. * PEP 8 W293 whitespace cleanup. * Fix whitespace issue from recent PR.
* Remove some more unused stdlib deps.Toshio Kuratomi2015-11-031-1/+0
|
* fixed typos found by RETF rules in PY filesChristian Berendt2014-05-031-2/+2
| | | | rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
* add missing license headerMichael DeHaan2014-04-241-0/+28
|
* Force command action to not be executed by the shell unless specifically enabledJames Tanner2014-03-101-0/+252