You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Results
Since router and option 42 can not have a use_option flag, it should not be included when using the module, and task should be ok, not failed.
Actual Results
"msg": "Option router can not have a use_option flag",
"operation": "update_object",
"type": "AdmConProtoError"
and
"msg": "Option ntp-servers can not have a use_option flag",
"operation": "update_object",
"type": "AdmConProtoError"
The text was updated successfully, but these errors were encountered:
This is a relatively simple patch (I've done it before), I just don't have the availability to do it right now, but you can probably try it on your side first to prove the point.
Look for wherever your collections are landed on your system, edit this line on nios_network.py, then add the numbers 3 and 42 (options "router" and "ntp-server" respectively).
Summary
When using the infoblox.nios_modules.nios_network, for certain DHCP options router and 42, I am getting the errors:
Option router can not have a use_option flag
Option ntp-servers can not have a use_option flag
Issue Type
Bug Report
Component Name
nios_network
Ansible Version
ansible [core 2.16.4]
Configuration
and
Expected Results
Since router and option 42 can not have a use_option flag, it should not be included when using the module, and task should be ok, not failed.
Actual Results
The text was updated successfully, but these errors were encountered: