Commit 4da8c43
committed
devconfig: install-deps is skipped in some configurations
A recent commit replaced import_tasks with include_tasks in a few
steps in the devconfig playbook.
The Ansible "import_tasks" documentation says:
> Tags are not interpreted for this action, they are applied to the
> imported tasks
Revert some of the import_tasks conversions to ensure those steps
are run according to the command-line tag settings.
For the original problem that I tripped on, add tags to ensure those
sub-steps get run as needed.
Reported-by: Joel Granados <[email protected]>
Closes: https://lore.kernel.org/kdevops/[email protected]/T/#t
Fixes: ec9a34e ("devconfig: Replace import_tasks with include_tasks")
Reviewed-by: Daniel Gomez <[email protected]>
Tested-by: Daniel Gomez <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>1 parent 1f3811c commit 4da8c43
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
450 | | - | |
| 451 | + | |
451 | 452 | | |
452 | 453 | | |
453 | 454 | | |
| |||
637 | 638 | | |
638 | 639 | | |
639 | 640 | | |
640 | | - | |
| 641 | + | |
641 | 642 | | |
642 | 643 | | |
643 | 644 | | |
0 commit comments