From 2476b31fc16c066da13581442a7788b910aa87f7 Mon Sep 17 00:00:00 2001 From: Alex Krzos Date: Thu, 28 Jan 2016 09:27:31 -0500 Subject: [PATCH] Force ansible to be 1.9.4 for now for install. Also add a .gitignore Change-Id: I83df79798d6554d44dfa9afdf0556f1092a81f19 --- .gitignore | 6 ++++++ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c99a49c7d --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/requirements.txt b/requirements.txt index 126cf3d98..e86a6ddf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible +ansible==1.9.4 matplotlib rally