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
Steve Smith 5b81f88c8f Cast the retrieved `retries` var to an int before incrementing as it may be in string form.
For example, the following method of calculating the value will result in a type error:

    appstatus_waitfor: 4  # Minutes
    appstatus_delay: 5 # seconds
    appstatus_retries: "{{ mins * 60 / delay }}"
11 years ago
..
callback_plugins add a way for callback to disable itself 11 years ago
inventory Improve Group.get_hosts() performance. 11 years ago
module_utils Addresses #5090 setup module was using path.is_file instead of path.isfile 11 years ago
playbook Merge pull request #4207 from ashorin/ansible 11 years ago
runner Cast the retrieved `retries` var to an int before incrementing as it may be in string form. 11 years ago
utils Fix traceback in template error detection code 11 years ago
__init__.py Version bump for 1.5 11 years ago
callbacks.py Fixes #4852 properly evaluate log_path writability 11 years ago
color.py These fields are booleans. 11 years ago
constants.py Merge pull request #4758 from alanfairless/group-host-var-dirs 11 years ago
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 12 years ago
module_common.py Ensure we are looking for the right import to determine if the module_style is new. Fixes #5148 11 years ago