Commit a6a0a0e
committed
gen_nodes: remove workflows_reboot_limit duplicate
Fixes ansible-lint --fix playbooks error:
ruamel.yaml.constructor.DuplicateKeyError: while constructing a mapping
in "<unicode string>", line 3, column 1:
kdevops_enable_guestfs: False
^ (line: 3)
found duplicate key "workflows_reboot_limit" with value "False"
(original value: "False")
in "<unicode string>", line 20, column 1:
workflows_reboot_limit: False
^ (line: 20)
To suppress this check see:
https://yaml.dev/doc/ruamel.yaml/api/#Duplicate_keys
Fixes: 1c73c3a ("fstests_watchdog: fix console log rotation
handling")
Signed-off-by: Daniel Gomez <[email protected]>1 parent aa37d22 commit a6a0a0e
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments