community.general/lib/ansible
Jonathon Klobucar 7bee994e1c Fix for serial when percent amount is less than one host (#15396)
Ansible when there was a percentage that was calculated to be less than
1.0 would run all hosts as the value for a rolling update.

The error is due to the fact that Python will round a
float that is under 1.0 to 0, which will trigger the case of
0 hosts. The 0 host case tells ansible to run all hosts.

The fix will see if the percentage calculation after int
conversion is 0 and will else to 1 host.
2016-04-13 10:49:38 -04:00
..
cli Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Fix for serial when percent amount is less than one host (#15396) 2016-04-13 10:49:38 -04:00
galaxy Fix issue with ansible-galaxy and --ignore-certs 2016-04-11 01:17:15 -04:00
inventory draft add group merge priority and yaml inventory 2016-04-07 16:22:36 -04:00
module_utils Update IOS, IOSXR, JUNOS, & OpenSwitch for environment vars. 2016-04-12 08:55:15 -04:00
modules Update submodule refs 2016-04-12 13:55:12 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00
playbook Handle includes which may have been created in the flow of the playbook 2016-04-12 09:33:58 -04:00
plugins Also fix intermittent ssh error using pty's for paramiko 2016-04-12 08:35:48 -04:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils Update IOS, IOSXR, JUNOS, & OpenSwitch for environment vars. 2016-04-12 08:55:15 -04:00
vars fix options_vars iteration for py3 2016-04-07 19:16:15 -07:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Adding a config option to allow disabling locale settings upon module exec 2016-04-06 12:19:22 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00