change into zsh for asdf

This commit is contained in:
Pim Kunis 2022-12-02 21:16:45 +01:00
parent 46e2265abd
commit d0269326d4

View file

@ -26,9 +26,10 @@
- libncurses-dev - libncurses-dev
- openjdk-11-jdk - openjdk-11-jdk
- name: Install asdf Erlang plugin - name: Install asdf Erlang plugin
shell: zsh asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git shell:
args: cmd: asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
creates: ~/.asdf/plugins/erlang creates: ~/.asdf/plugins/erlang
executable: /usr/bin/zsh
- name: Install Elixir prerequisite APT packages - name: Install Elixir prerequisite APT packages
become: true become: true
apt: apt:
@ -38,6 +39,7 @@
pkg: pkg:
- unzip - unzip
- name: Install asdf Elixir plugin - name: Install asdf Elixir plugin
shell: zsh asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git shell:
args: cmd: asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
creates: ~/.asdf/plugins/elixir creates: ~/.asdf/plugins/elixir
executable: /usr/bin/zsh