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
Rike-Benjamin Schuppner deaf499ba1 Remove duplicate host file reads by removing a legacy check.
This allows using a form such as

    ansible -i <( arbitrary command ) all -m ping
12 years ago
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 12 years ago
inventory Remove duplicate host file reads by removing a legacy check. 12 years ago
playbook Set current play/task to None for callback context when finished running the current play/task. 12 years ago
runner fixed first_available_file and roles support 12 years ago
utils normalize path 12 years ago
__init__.py Update release version. 12 years ago
callbacks.py fix utf-8 named task failed with --step. 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 More pep8 12 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 12 years ago
module_common.py Avoid crash in module_common when the file cannot be moved/copy 12 years ago