Skip to content

Commit

Permalink
Run miniconda install script with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Dec 30, 2022
1 parent 44be29a commit 349e312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/provisioners/ansible/roles/miniconda/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- name: Install miniconda.
# The -b flag is for batch mode (i.e. non-interactive).
shell: "{{ tmp_dir }}/miniconda-installer.sh -b -u -p {{ install_dir }}/miniconda3"
shell: "bash {{ tmp_dir }}/miniconda-installer.sh -b -u -p {{ install_dir }}/miniconda3"
async: "{{ miniconda_async_timeout }}"
poll: "{{ async_poll_value_move_on }}"
register: async_miniconda

0 comments on commit 349e312

Please sign in to comment.