add update tag system

This commit is contained in:
Pim Kunis 2023-02-20 21:49:55 +01:00
parent 4a3995ba29
commit bc237e82af
6 changed files with 13 additions and 6 deletions

View file

@ -2,7 +2,8 @@
git:
repo: https://github.com/asdf-vm/asdf.git
dest: ~/.asdf
- name: Install Erlang prerequisite APT packages
tags: update
- name: Install prerequisite APT packages
become: true
apt:
pkg:
@ -22,14 +23,11 @@
- libxml2-utils
- libncurses-dev
- openjdk-11-jdk
- unzip
- name: Install asdf Erlang plugin
shell:
cmd: "~/.asdf/bin/asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git"
creates: ~/.asdf/plugins/erlang
- name: Install Elixir prerequisite APT packages
become: true
apt:
name: unzip
- name: Install asdf Elixir plugin
shell:
cmd: "~/.asdf/bin/asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git"