codeaffen / phpipam-ansible-modules

Ansible Modules to manage phpIPAM installations
https://codeaffen.org/projects/phpipam-ansible-modules
GNU General Public License v3.0
22 stars 10 forks source link

Fix #90 - booleans in subnet module aren't working #91

Closed cmeissner closed 2 years ago

cmeissner commented 2 years ago

Parameter names that do not have a phpipam_name parameter where camelized. inflection.camelized() start strings by default with a uppercase letter. This behavior needs to be adapted as camelized parameters in API calls often start with lowercase letter. We also add a extra test step into the subnet test case

cmeissner commented 2 years ago

@Swaeltjie this PR should /fix #90. Can you please confirm that it meets your needs?

Swaeltjie commented 2 years ago

@cmeissner Thank you, exactly what i was looking for