diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-12 14:47:07 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-12 14:47:07 +0200 |
commit | 93ed8f133c40c792b60f78c61fd5fda11b20b9f9 (patch) | |
tree | 386d0ea92b3177773908437ee5a4ba058b4d89b4 | |
parent | 030dd5c56410a21fc67e05e94f597c8bb255b7ee (diff) | |
download | ansible-rundeck-jobs-93ed8f133c40c792b60f78c61fd5fda11b20b9f9.tar.gz ansible-rundeck-jobs-93ed8f133c40c792b60f78c61fd5fda11b20b9f9.tar.zst ansible-rundeck-jobs-93ed8f133c40c792b60f78c61fd5fda11b20b9f9.zip |
Specify requirements
-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 | |||