Created
February 23, 2016 11:31
-
-
Save 1stvamp/d1a484d16cbfd2dd3631 to your computer and use it in GitHub Desktop.
Allow zip in templates in Ansible 1.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# filter_plugins/zip.py | |
class FilterModule(object): | |
def filters(self): | |
return {'zip': zip} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment