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
Serge van Ginderachter 53a7ab74c8 use os.path.join instead of hardcoded unix separator in first_found lookup plugin 12 years ago
..
callback_plugins update some of many copyright dates but we can just do this when editing each file, not super high priority 12 years ago
inventory Instantiate inventory plugins only once for efficiency reasons. 12 years ago
playbook Allow modules in a "./library" directory to be referenced by their shortforms "modulename:" instead of just "action: modulename" 12 years ago
runner use os.path.join instead of hardcoded unix separator in first_found lookup plugin 12 years ago
utils Also load Jinja2 extensions when processing template from string 12 years ago
__init__.py Update release version. 12 years ago
callbacks.py Slightly refine log output to include username in addition to pid. 12 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 12 years ago
constants.py Merge branch 'nocows' of git://github.com/jpmens/ansible into devel 12 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 12 years ago
module_common.py Don't use "finally" here as it's not 2.4 compliant. 12 years ago