aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/rundeck_files/test.yaml
diff options
context:
space:
mode:
authorGaƫtan <36162164+gaetanfl@users.noreply.github.com>2021-11-05 14:56:11 +0100
committerGitHub <noreply@github.com>2021-11-05 14:56:11 +0100
commit0f0259c91faa37ec6c7e7d89cc47f41ca065a244 (patch)
tree6b72a0b81d703556efb5fca4807b535ef19543de /tests/rundeck_files/test.yaml
parenta9a36e35be18c8c3ef078a13120974b316d2a8d4 (diff)
parentce8b31deb2249adb4874f0eaafa94fbbc2393446 (diff)
downloadansible-rundeck-jobs-0f0259c91faa37ec6c7e7d89cc47f41ca065a244.tar.gz
ansible-rundeck-jobs-0f0259c91faa37ec6c7e7d89cc47f41ca065a244.tar.zst
ansible-rundeck-jobs-0f0259c91faa37ec6c7e7d89cc47f41ca065a244.zip
Merge pull request #9 from gaetanfl/tests
setup basic tests
Diffstat (limited to 'tests/rundeck_files/test.yaml')
-rw-r--r--tests/rundeck_files/test.yaml13
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