Require a recent enough version of pycrypto and see that playbook and vault ues it.

This commit is contained in:
Toshio Kuratomi
2014-03-14 11:37:24 -07:00
parent aacccd441b
commit 0fefab6651
3 changed files with 7 additions and 1 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