mirror of https://github.com/ansible/ansible.git
Fix for cherry-pick e8dddc3679
,
The cherry-pick allows module parameters to convert int to float, fixing
bugs where a float type is required. However, it used types from the
six library for python3 compatibility as well. Since we don't have
six in 2.1.0 this was buggy. Merging the unittests for the problem
here: adc158a499
made this buggy behaviour
apparent.
pull/17726/head
parent
9de21e1eaa
commit
e917a0bd7a
Loading…
Reference in New Issue