Force ansible to be 1.9.4 for now for install. Also add a .gitignore
Change-Id: I83df79798d6554d44dfa9afdf0556f1092a81f19
This commit is contained in:
parent
72a721e47a
commit
2476b31fc1
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal 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/
|
@ -1,4 +1,4 @@
|
||||
ansible
|
||||
ansible==1.9.4
|
||||
matplotlib
|
||||
rally
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user