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 12 years ago
..
callback_plugins Add __init__'s to git 12 years ago
inventory Getting negative host pattern matching to work with external inventory 12 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. 12 years ago
runner add an error when user tries to async something that can't be asynced 12 years ago
__init__.py Release version bump 12 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 12 years ago
color.py Check for terminal capabilities if curses is available 12 years ago
constants.py ANSIBLE_CONFIG take precedence over ./ansible.cfg 12 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 12 years ago
module_common.py Fix to make sure only strings are being joined 12 years ago
utils.py Allow non-string types in with_items variables 12 years ago