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
Jonathon Klobucar b150f18382 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.
10 years ago
..
cli Add '--skip-tags' to ansible-pull 10 years ago
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. 10 years ago
config Making the switch to v2 11 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Fix for serial when percent amount is less than one host (#15396) 10 years ago
galaxy Fix bug 14715: Galaxy CLI paging error 10 years ago
inventory added warning for when host file doesn't exist 10 years ago
module_utils fix tests for SLES and CoreOS 10 years ago
modules New release v2.0.2.0-1 10 years ago
parsing Take previous jinja2 blocks into account in splitter when we see quotes 10 years ago
playbook Fix bugs related to task_includes and dep chain inheritance 10 years ago
plugins Also fix intermittent ssh error using pty's for paramiko 10 years ago
template fixed str to to_str 10 years ago
utils Add missing to_bytes on directory path. 10 years ago
vars Make sure VariableManager has a view of HostVars 10 years ago
__init__.py New release v2.0.2.0-0.1.rc1 10 years ago
constants.py output color is now configurable 10 years ago
test-requirements.txt Making the switch to v2 11 years ago