aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2304d75..3c96d1e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This role synchronize a directory containing yaml definition of jobs with a rund
6Requirements 6Requirements
7------------ 7------------
8 8
9None 9* `jmespath` python module
10 10
11Role Variables 11Role Variables
12-------------- 12--------------
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..45c1e03
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
jmespath