Skip to content

Instantly share code, notes, and snippets.

@1stvamp
Created February 23, 2016 11:31
Show Gist options
  • Save 1stvamp/d1a484d16cbfd2dd3631 to your computer and use it in GitHub Desktop.
Save 1stvamp/d1a484d16cbfd2dd3631 to your computer and use it in GitHub Desktop.
Allow zip in templates in Ansible 1.x
# 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