Skip to content

Commit a6a0a0e

Browse files
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

File tree

1 file changed

+0
-1
lines changed
  • playbooks/roles/gen_nodes/defaults

1 file changed

+0
-1
lines changed

playbooks/roles/gen_nodes/defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ kdevops_enable_guestfs: False
44
kdevops_enable_terraform: False
55
kdevops_nodes: "kdevops_nodes.yaml"
66
kdevops_baseline_and_dev: False
7-
workflows_reboot_limit: False
87
kdevops_workflow_enable_cxl: False
98
kdevops_workflow_enable_pynfs: False
109
kdevops_workflow_enable_gitr: False

0 commit comments

Comments
 (0)