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
James Cammarata b9d8b3b911 Merge pull request #7132 from jimi-c/issue_6601_hide_vault_yaml
Hide YAML content on syntax errors when a vault password is specified
12 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 12 years ago
inventory Micro-optimization: replace s.find(x)==0 with s.startswith(x) 12 years ago
module_utils Add parameters to get_url for the url username/password 12 years ago
playbook Give more information when a task is empty 12 years ago
runner Merge pull request #7143 from sivel/ansible-sudo-from-root-fix 12 years ago
utils Merge pull request #7132 from jimi-c/issue_6601_hide_vault_yaml 12 years ago
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 12 years ago
callbacks.py Merge pull request #5555 from sivel/expose-playbook-to-callback 12 years ago
color.py Merge commit. 12 years ago
constants.py Set the default LANG to en_US.UTF-8 and also set LC_CTYPE 12 years ago
errors.py Update various copyrights. Not complete, but sufficient. 12 years ago
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 12 years ago