forked from stove/risotto
add filter from dataset
This commit is contained in:
parent
0b0503e109
commit
bfa697f457
1 changed files with 8 additions and 0 deletions
8
ansible/filter_plugins/custom.py
Normal file
8
ansible/filter_plugins/custom.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from risotto.utils import custom_filters
|
||||
|
||||
|
||||
class FilterModule:
|
||||
"""This filter is used to load custom filter from dataset
|
||||
"""
|
||||
def filters(self):
|
||||
return custom_filters
|
Loading…
Reference in a new issue