-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed url's to dhcp from wireguard
- Loading branch information
1 parent
c4c1886
commit 284fdce
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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(): | ||
|