fix asdf invocation
This commit is contained in:
parent
175572a38e
commit
46e2265abd
2 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
hosts: self
|
hosts: self
|
||||||
roles:
|
roles:
|
||||||
- system
|
- system
|
||||||
|
- zsh
|
||||||
- asdf
|
- asdf
|
||||||
- neovim
|
- neovim
|
||||||
- signal
|
- signal
|
||||||
- virtualbox
|
- virtualbox
|
||||||
- vscodium
|
- vscodium
|
||||||
- zsh
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
- libncurses-dev
|
- libncurses-dev
|
||||||
- openjdk-11-jdk
|
- openjdk-11-jdk
|
||||||
- name: Install asdf Erlang plugin
|
- 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:
|
args:
|
||||||
creates: ~/.asdf/plugins/erlang
|
creates: ~/.asdf/plugins/erlang
|
||||||
- name: Install Elixir prerequisite APT packages
|
- name: Install Elixir prerequisite APT packages
|
||||||
|
@ -38,6 +38,6 @@
|
||||||
pkg:
|
pkg:
|
||||||
- unzip
|
- unzip
|
||||||
- name: Install asdf Elixir plugin
|
- 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:
|
args:
|
||||||
creates: ~/.asdf/plugins/elixir
|
creates: ~/.asdf/plugins/elixir
|
||||||
|
|
Reference in a new issue