community.general/lib/ansible/plugins/shell
nitzmahone 05af5c88ea fix Mac chown/chmod -R issue, add error checks
The changes to chown/chmod were broken on Mac (-R was being appended to the end of the command- OSX requires it before the file list).

A number of base action remote setup commands were also blindly proceeding without checking for success. Added error raises for unrecoverable failure cases.
2016-03-29 07:44:09 -07:00
..
__init__.py fix Mac chown/chmod -R issue, add error checks 2016-03-29 07:44:09 -07:00
csh.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
fish.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
powershell.py moved 'path exists' function to shell 2016-03-25 12:56:48 -07:00
sh.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00