Merge branch 'feature/multi-version-import' of https://github.com/abadger/ansible into abadger-feature/multi-version-import

This commit is contained in:
James Cammarata
2014-04-29 14:41:57 -05:00
4 changed files with 27 additions and 2 deletions

View File

@@ -18,6 +18,9 @@
#######################################################
__requires__ = ['ansible']
import pkg_resources
import sys
import os
import stat

View File

@@ -20,6 +20,9 @@
# example playbook to bootstrap this script in the examples/ dir which
# installs ansible and sets it up to run on cron.
__requires__ = ['ansible']
import pkg_resources
import os
import sys
import traceback