Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information