diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-05 11:08:53 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-05 14:47:16 +0100 |
commit | ce8b31deb2249adb4874f0eaafa94fbbc2393446 (patch) | |
tree | 6b72a0b81d703556efb5fca4807b535ef19543de /tests/rundeck_files | |
parent | a9a36e35be18c8c3ef078a13120974b316d2a8d4 (diff) | |
download | ansible-rundeck-jobs-ce8b31deb2249adb4874f0eaafa94fbbc2393446.tar.gz ansible-rundeck-jobs-ce8b31deb2249adb4874f0eaafa94fbbc2393446.tar.zst ansible-rundeck-jobs-ce8b31deb2249adb4874f0eaafa94fbbc2393446.zip |
setup basic tests
Diffstat (limited to 'tests/rundeck_files')
-rw-r--r-- | tests/rundeck_files/test.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/rundeck_files/test.yaml b/tests/rundeck_files/test.yaml new file mode 100644 index 0000000..19fe18d --- /dev/null +++ b/tests/rundeck_files/test.yaml | |||
@@ -0,0 +1,13 @@ | |||
1 | - defaultTab: summary | ||
2 | description: Test job | ||
3 | executionEnabled: true | ||
4 | loglevel: INFO | ||
5 | name: Test job 2 | ||
6 | nodeFilterEditable: false | ||
7 | scheduleEnabled: true | ||
8 | sequence: | ||
9 | commands: | ||
10 | - exec: "false" | ||
11 | keepgoing: false | ||
12 | strategy: node-first | ||
13 | |||