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
Michael DeHaan 14f7c85ce7 Include a space and a colon after prompts, so you don't have to put them in yourself. Consistent with documented behavior in examples/playbooks/prompts.yml 13 years ago
..
callback_plugins Add __init__'s to git 14 years ago
inventory Getting negative host pattern matching to work with external inventory 13 years ago
playbook Be smarter about when to abort a playbook -- if it's early, we just didn't match any hosts, so keep on, hosts might be dynamic. 13 years ago
runner add an error when user tries to async something that can't be asynced 13 years ago
__init__.py Release version bump 14 years ago
callbacks.py Include a space and a colon after prompts, so you don't have to put them in yourself. Consistent with documented behavior in examples/playbooks/prompts.yml 13 years ago
color.py Check for terminal capabilities if curses is available 14 years ago
constants.py ANSIBLE_CONFIG take precedence over ./ansible.cfg 13 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py Fix to make sure only strings are being joined 13 years ago
utils.py Allow non-string types in with_items variables 13 years ago