Skip to content

Commit

Permalink
feat(ansible): set default value for install_dev variable
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
  • Loading branch information
mitsudome-r authored and oguzkaganozt committed Apr 13, 2024
1 parent eeec77f commit d542d16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/playbooks/universe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d542d16

Please sign in to comment.