Force ansible to be 1.9.4 for now for install. Also add a .gitignore

Change-Id: I83df79798d6554d44dfa9afdf0556f1092a81f19
This commit is contained in:
Alex Krzos 2016-01-28 09:27:31 -05:00
parent 72a721e47a
commit 2476b31fc1
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Prevent hosts files from sneaking into the git repo
ansible/hosts
ansible/pbench-host-file
# Prevent Results from sneaking into the git repo
results/

View File

@ -1,4 +1,4 @@
ansible
ansible==1.9.4
matplotlib
rally