system-from-scratch/roles/asdf/tasks/main.yml

17 lines
387 B
YAML
Raw Normal View History

- name: Clone asdf
ansible.builtin.git:
repo: https://github.com/asdf-vm/asdf.git
dest: "{{ ansible_env.HOME }}/src/asdf"
version: v0.14.0
- name: Install plugin dependencies
become: true
ansible.builtin.apt:
pkg:
- build-essential
- autoconf
- m4
- unzip
- name: Install erlang and elixir
ansible.builtin.script:
cmd: files/elixir.sh