Skip to content

Commit

Permalink
Merge pull request #122 from ansibleguy/dhcp-res-cleanup
Browse files Browse the repository at this point in the history
remove redundant dhcp-reservation config
  • Loading branch information
ansibleguy authored Dec 7, 2024
2 parents 9574727 + 42632c0 commit 27efb52
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 27efb52

Please sign in to comment.