diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ This role synchronize a directory containing yaml definition of jobs with a rund | |||
6 | Requirements | 6 | Requirements |
7 | ------------ | 7 | ------------ |
8 | 8 | ||
9 | None | 9 | * `jmespath` python module |
10 | 10 | ||
11 | Role Variables | 11 | Role 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 | |||