fixing and adding packages
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
---
|
||||
- name: install rust and cargo
|
||||
ansible.builtin.include_tasks:
|
||||
file: "packages/{{ ansible_os_family }}/rust.yml"
|
||||
file: "{{ ansible_os_family }}/rust.yml"
|
||||
tags:
|
||||
- rust
|
||||
- dependency
|
||||
|
||||
- name: install alacritty dependencies for Debian based distributions
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
ansible.builtin.set_fact:
|
||||
alacritty_deps:
|
||||
- cmake
|
||||
- pkg-config
|
||||
- libfreetype6-dev
|
||||
@@ -17,10 +16,7 @@
|
||||
- libxcb-xfixes0-dev
|
||||
- libxkbcommon-dev
|
||||
- python3
|
||||
state: present
|
||||
tags:
|
||||
- dependency
|
||||
- Debian
|
||||
|
||||
- include_tasks:
|
||||
file: packages/Linux/alacritty.yml
|
||||
- name: add to syspkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + alacritty_deps }}"
|
||||
|
||||
Reference in New Issue
Block a user