From 93ed8f133c40c792b60f78c61fd5fda11b20b9f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ga=C3=ABtan=20Duchaussois?= Date: Wed, 12 Sep 2018 14:47:07 +0200 Subject: [PATCH] Specify requirements --- README.md | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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 Requirements ------------ -None +* `jmespath` python module Role Variables -------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..45c1e03 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +jmespath -- 2.41.0