mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
Removed is_feature_enabled entry
This commit is contained in:
parent
56caecc5d8
commit
e1d090ce04
@ -23,6 +23,5 @@ def get_docker_compose(path_docker_compose_instances: str, application_id: str)
|
|||||||
class FilterModule(object):
|
class FilterModule(object):
|
||||||
def filters(self):
|
def filters(self):
|
||||||
return {
|
return {
|
||||||
'is_feature_enabled': is_feature_enabled,
|
|
||||||
'get_docker_compose': get_docker_compose,
|
'get_docker_compose': get_docker_compose,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user