fix asdf invocation

This commit is contained in:
Pim Kunis 2022-12-02 21:11:10 +01:00
parent 175572a38e
commit 46e2265abd
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@
hosts: self
roles:
- system
- zsh
- asdf
- neovim
- signal
- virtualbox
- vscodium
- zsh

View file

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