Skip to content

Commit

Permalink
remove redundant dhcp-reservation config
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Dec 7, 2024
1 parent 9574727 commit 42632c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/module_utils/main/dhcp_reservation_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class ReservationV4(BaseModule):
'ip': 'ip_address',
'mac': 'hw_address',
}
FIELDS_IGNORE = ['subnet'] # empty field ?!
EXIST_ATTR = 'reservation'

def __init__(self, module: AnsibleModule, result: dict, session: Session = None):
Expand Down

0 comments on commit 42632c0

Please sign in to comment.