aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/rundeck_files
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-11-25 11:11:25 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-11-25 11:11:25 +0100
commitf69666a4d9dc66d77a6d2ccdb59d7f947301bc01 (patch)
treee0738f351f338c814036e6fc22cff70cca298cef /tests/rundeck_files
parent42bffebc57d913ed7a30f141f944f957c39b8c66 (diff)
downloadansible-rundeck-jobs-f69666a4d9dc66d77a6d2ccdb59d7f947301bc01.tar.gz
ansible-rundeck-jobs-f69666a4d9dc66d77a6d2ccdb59d7f947301bc01.tar.zst
ansible-rundeck-jobs-f69666a4d9dc66d77a6d2ccdb59d7f947301bc01.zip
Fix linting errors
Diffstat (limited to 'tests/rundeck_files')
-rw-r--r--tests/rundeck_files/test.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/rundeck_files/test.yaml b/tests/rundeck_files/test.yaml
index 19fe18d..06d58a8 100644
--- a/tests/rundeck_files/test.yaml
+++ b/tests/rundeck_files/test.yaml
@@ -1,5 +1,5 @@
1- defaultTab: summary 1- defaultTab: summary
2 description: Test job 2 description: Test job
3 executionEnabled: true 3 executionEnabled: true
4 loglevel: INFO 4 loglevel: INFO
5 name: Test job 2 5 name: Test job 2
@@ -7,7 +7,6 @@
7 scheduleEnabled: true 7 scheduleEnabled: true
8 sequence: 8 sequence:
9 commands: 9 commands:
10 - exec: "false" 10 - exec: "false"
11 keepgoing: false 11 keepgoing: false
12 strategy: node-first 12 strategy: node-first
13