Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 4, 2024
1 parent 892afa7 commit 31c62c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/modules/pfsense_interface_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
members:
description: The members of the interface group.
type: list
required: yes
elements: str
"""

Expand Down Expand Up @@ -76,7 +75,11 @@
"""

from ansible.module_utils.basic import AnsibleModule
from ansible_collections.pfsensible.core.plugins.module_utils.interface_group import PFSenseInterfaceGroupModule, INTERFACE_GROUP_ARGUMENT_SPEC, INTERFACE_GROUP_REQUIRED_IF
from ansible_collections.pfsensible.core.plugins.module_utils.interface_group import (
PFSenseInterfaceGroupModule,
INTERFACE_GROUP_ARGUMENT_SPEC,
INTERFACE_GROUP_REQUIRED_IF
)


def main():
Expand Down

0 comments on commit 31c62c0

Please sign in to comment.