From e75bbcb1ba681ecd6ac342298ed5377e4379a488 Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome Date: Mon, 1 Apr 2024 16:52:11 +0900 Subject: [PATCH] feat(ansible): set default value for install_dev variable Signed-off-by: Ryohsuke Mitsudome --- ansible/playbooks/universe.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/playbooks/universe.yaml b/ansible/playbooks/universe.yaml index ea9b9fbb64b..27d962575f5 100644 --- a/ansible/playbooks/universe.yaml +++ b/ansible/playbooks/universe.yaml @@ -12,6 +12,11 @@ [Warning] Should the ONNX model files and other artifacts be downloaded alongside setting up the development environment. Download artifacts? [y/N] private: false + - name: install_devel + prompt: |- + [Warning] Do you want to install recommended development tools for Autoware? [y/N] + private: false + default: true pre_tasks: - name: Verify OS ansible.builtin.fail: