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
Will Thames 414eceb138 chmod needs more specific arguments to work with sudo_user
Basically if umask is set to something like 0007 then chmod +r and chmod +x
are not the same as chmod a+r and chmod a+x

Using os.path.basename rather than source.split should make ansible more
portable (and even if never ported, more readable)
14 years ago
..
inventory whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 14 years ago
playbook whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 14 years ago
runner chmod needs more specific arguments to work with sudo_user 14 years ago
__init__.py Release bump 14 years ago
callbacks.py whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 14 years ago
color.py rm stray comment 14 years ago
constants.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 14 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 14 years ago
utils.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago