You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
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.
10 years ago
..
cli Should be errors=strict since we don't want to end up matching hosts like '???' 10 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 10 years ago
config Making the switch to v2 11 years ago
errors Add options to make includes 'static' 10 years ago
executor Fix --start-at-task which was broken by the setup task revamp 10 years ago
galaxy Remove trailing whitespace from the galaxy init Jinja2 template. Default a description. 10 years ago
inventory Don't process the same host multiple times 10 years ago
module_utils Some helper functions to work with boto3 10 years ago
modules Update submodule refs 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing Take previous jinja2 blocks into account in splitter when we see quotes 10 years ago
playbook fixed some breaks after merging ansible/devel 10 years ago
plugins fix Mac chown/chmod -R issue, add error checks 10 years ago
template Merge pull request #14504 from bcoca/template_comments 10 years ago
utils Fix boolean choices in module docs fragments 10 years ago
vars Make default var lookup for tasks follow the dep chain 10 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 10 years ago
constants.py Add options to make includes 'static' 10 years ago
test-requirements.txt Making the switch to v2 11 years ago