mirror of https://github.com/ansible/ansible.git
Bugfix: Creating two IPs in single run of netbox_ip_address (#56550)
* Found bug, fixed by moving the serialization of objects out of try while creating objects
* Added changelog to document fix
(cherry picked from commit d07d394779)
pull/57922/head
parent
ea735a1602
commit
395b722585
@ -0,0 +1,6 @@
|
||||
---
|
||||
bugfixes:
|
||||
- >
|
||||
netbox_ip_address - Fixed issue where it would create duplicate IP addresses when trying to serialize the IP address object
|
||||
which doesn't have the ``.serialize()`` method. This should also prevent future duplicate objects being created if they don't
|
||||
have the ``.serialize()`` method as well.
|
||||
Loading…
Reference in New Issue