IBM / ansible-power-aix

Developer contributions for Ansible Automation on Power
https://ibm.github.io/ansible-power-aix/
GNU General Public License v3.0
80 stars 93 forks source link

Updated filesystem module. #537

Closed schamola closed 2 weeks ago

schamola commented 2 weeks ago

If multiple of 64M is provided for size's value, according to the code, It gets converted to int which leads to failure in the next if condition (indexing error in case of int)