aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-09-12 14:47:07 +0200
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-09-12 14:47:07 +0200
commit93ed8f133c40c792b60f78c61fd5fda11b20b9f9 (patch)
tree386d0ea92b3177773908437ee5a4ba058b4d89b4
parent030dd5c56410a21fc67e05e94f597c8bb255b7ee (diff)
downloadansible-rundeck-jobs-93ed8f133c40c792b60f78c61fd5fda11b20b9f9.tar.gz
ansible-rundeck-jobs-93ed8f133c40c792b60f78c61fd5fda11b20b9f9.tar.zst
ansible-rundeck-jobs-93ed8f133c40c792b60f78c61fd5fda11b20b9f9.zip
Specify requirements
-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