add dependency structure

This commit is contained in:
Pim Kunis 2022-12-20 17:20:36 +01:00
parent 7e7ce2bd40
commit 5d1b066d98
18 changed files with 44 additions and 35 deletions

2
roles/asdf/meta/main.yml Normal file
View file

@ -0,0 +1,2 @@
dependencies:
- role: common

View file

@ -5,9 +5,6 @@
- name: Install Erlang prerequisite APT packages
become: true
apt:
state: present
update_cache: true
cache_valid_time: 86400 # One day
pkg:
- build-essential
- autoconf
@ -33,9 +30,6 @@
- name: Install Elixir prerequisite APT packages
become: true
apt:
state: present
update_cache: true
cache_valid_time: 86400 # One day
name: unzip
- name: Install asdf Elixir plugin
shell: