-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Ansible NetBox Collection version
3.21.0
Ansible version
Version: 2.16.14NetBox version
4.3.7
Python version
3.8
Steps to Reproduce
- Ensure you have a device
{{ device_hostname }}with arack,faceandpositionassigned. - Next try to remove the rack from the device:
- name: Update device
delegate_to: localhost
netbox.netbox.netbox_device:
netbox_url: "{{ netbox_url }}"
netbox_token: "{{ netbox_token }}"
data:
name: "{{ device_hostname }}"
rack: ''
face: ''
position: ''I tried using empty string '' and {{ None }}. Neither work.
Expected Behavior
rack, face and position are cleared on the device.
Observed Behavior
More than one result returned for rack.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working