mirror of https://github.com/ansible/ansible.git
This reverts commit 70b4ce5efd.
pull/69384/head
parent
330112a45c
commit
8b2957aac3
@ -0,0 +1,8 @@
|
||||
from ansible.module_utils._text import to_text
|
||||
|
||||
|
||||
class FilterModule(object):
|
||||
def filters(self):
|
||||
return {
|
||||
'to_text': to_text,
|
||||
}
|
||||
Loading…
Reference in New Issue