ansible/lib
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 }}"
2013-12-07 10:35:14 +01:00
..
ansible Cast the retrieved retries var to an int before incrementing as it may be in string form. 2013-12-07 10:35:14 +01:00