Extensive refactoring of bin/ansible, moving most output functions into lib/ansible/utils to

encourage readability and make things more maintainable.
This commit is contained in:
Michael DeHaan
2012-03-02 21:08:48 -05:00
parent b33ef0de60
commit e9a24cdad4
4 changed files with 185 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
#