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
willthames 5ef077e58c syslog.openlog does not cope with unicode first argument
It seems that os.path.basename(__file__) can return a unicode
string. In this case syslog.openlog fails. Forcing the result
to a string causes the resulting error to go away.
13 years ago
..
callback_plugins Abort a play at the start when no hosts matches, or no hosts are remaining 14 years ago
inventory Merge pull request #1747 from njharman/alpharange 13 years ago
playbook Make lookups being fatal up to the caller 13 years ago
runner Make script module use raw module so it does not require python 13 years ago
utils Ensure each basedir is only added to the search path once 13 years ago
__init__.py Updated ansible version to align with RPM package 13 years ago
callbacks.py Change message when a play matches no hosts 13 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 14 years ago
constants.py Set LANG in module_common.py 13 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py syslog.openlog does not cope with unicode first argument 13 years ago