You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ansible): mark legacy entrypoints for removal (#7059)
Phase 1 deprecation-marker step for the ansible entrypoint consolidation
tracked in #7052.
Every file below remains fully functional; Phase 2 (no earlier than
2026-05-24) deletes them together.
- setup-dev-env.sh: adds a DEPRECATED header comment and prints a yellow
warning banner to stderr at every invocation.
- ansible/playbooks/universe.yaml, openadkit.yaml: superseded by
install_dev_env.yaml.
- ansible/playbooks/role_rmw_implementation.yaml: duplicate of
install_rmw.yaml (was rmw.yaml).
- ansible/playbooks/setup_acados.yaml, download_artifacts.yaml,
install_rviz_theme.yaml, install_spconv.yaml: replace with
install_dev_env.yaml + --tags.
- ansible/playbooks/telegraf.yaml: no known callers.
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
0 commit comments