Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171
stars
145
forks
source link
nsxt_uplink_profiles module fails after initial run #490
Describe the bug
After initially configuring uplink_profiles the module fails with error:
line 245, in check_for_update\nKeyError: 'uplinks'
full traceback:
Reproduction steps
Expected behavior
nsxt_uplink_profiles can be run against configured system.
Additional context
The error says that the diff_obj has no 'uplinks' key. However, if I make an API request the results.lags.uplinks (as list) is definitely there.