commit | fff50fce5cdea6c32740edd9452a0896a5492233 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jun 24 14:57:21 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jun 24 14:57:21 2015 +0200 |
tree | 6f481a0a0001d49d22e1095da592fd0f3e4db080 |
Imported Upstream version 1.4.1
diff --git a/examples/ansible/hosts b/examples/ansible/hosts new file mode 100755 index 0000000..de52e8e --- /dev/null +++ b/examples/ansible/hosts
@@ -0,0 +1,3 @@ +#!/bin/sh +cd ../../ +PYTHONPATH="`pwd`:$PYTHONPATH" exec python reclass/adapters/ansible.py "$@"