Add playbook to install mitogen (#3622)

This commit is contained in:
Antoine Legrand
2018-10-31 11:52:47 +01:00
committed by GitHub
parent 152c15b19f
commit 479d0e858d
3 changed files with 37 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
mitogen:
ansible-playbook -c local mitogen.yaml -vv
clean:
rm -rf dist/
rm *.retry