Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume

there was a typo in the pattern)
This commit is contained in:
Michael DeHaan
2012-03-18 17:53:58 -04:00
parent fde7de80df
commit 9c5ec886a6
4 changed files with 20 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ pep8:
pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225 lib/ bin/
pyflakes:
pyflakes lib/ansible/*.py
pyflakes lib/ansible/*.py bin/*
clean:
@echo "Cleaning up distutils stuff"