Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am azenk on github.
  • I am azenk (https://keybase.io/azenk) on keybase.
  • I have a public key ASCt-kwkdSgz1uqUWuhfcOYGW2-igBEzdWTpoMLvscpA5go

To claim this, I am signing this object:

@azenk
azenk / pre-commit.syntax
Created August 21, 2015 12:18
pre commit hook for ansible role syntax checking
#!/usr/bin/env python
# Install in .git/hooks/pre-commit
from subprocess import Popen, PIPE
import re
import os
import sys
import tempfile
import shutil