Skip to content

Commit

Permalink
add filters
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 committed Nov 30, 2023
1 parent 395fa1f commit 16368f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/ext_ansible_netcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def __init__(self, environment):
environment.filters[p + 'slaac'] = slaac
environment.filters[p + 'hwaddr'] = hwaddr
environment.filters[p + 'macaddr'] = macaddr

for p in ('', 'ansible.netcommon.'):
environment.filters[p + 'vlan_expander'] = vlan_expander
environment.filters[p + 'vlan_parser'] = vlan_parser

Expand Down

0 comments on commit 16368f1

Please sign in to comment.