Skip to content

Commit

Permalink
Changed url's to dhcp from wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleDK authored and ansibleguy committed Nov 22, 2024
1 parent c4c1886 commit 284fdce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/dhcp_reservation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright: (C) 2024, AnsibleGuy <[email protected]>
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)

# see: https://docs.opnsense.org/development/api/plugins/wireguard.html
# see: https://docs.opnsense.org/development/api/core/kea.html

from ansible.module_utils.basic import AnsibleModule

Expand All @@ -21,8 +21,8 @@
module_dependency_error()


# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html'
# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html'
# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html'
# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html'


def run_module():
Expand Down

0 comments on commit 284fdce

Please sign in to comment.