erjac77 / ansible-module-f5bigip

Ansible module for F5 BIG-IP
Apache License 2.0
6 stars 3 forks source link

f5bigip_cm_device: "Missing required params: ['partition']" #141

Closed jamie314159 closed 6 years ago

jamie314159 commented 6 years ago

Hi, When trying to use the f5bigip_cm_device module, regardless of what values I passed, I got the error:

fatal: [c1-guest00 -> localhost]: FAILED! => {"changed": false, "msg": "Missing required params: ['partition']"}

Removing the line

del self.params['partition']

from f5bigip_cm_device.py solved the issue.

erjac77 commented 6 years ago

Ok, I'll look into it tomorrow. In the meantime, can you tell me the version of your BIG-IP please?

Thanks for reporting.

erjac77 commented 6 years ago

@jamie314159 , I've just pushed a fix. Can you pull down the master branch and test it please?

jamie314159 commented 6 years ago

I'm running 13.1.0 and 13.1.0.1. The fix looks good to me, thanks.

erjac77 commented 6 years ago

Glad to hear that. Closing the issue. Please feel free to reopen if needed.