make adjustments before flattening files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: install rust and cargo
|
||||
ansible.builtin.include_tasks:
|
||||
file: "{{ ansible_os_family }}/rust.yml"
|
||||
file: "pkgs/{{ ansible_os_family }}/rust.yml"
|
||||
tags:
|
||||
- rust
|
||||
- dependency
|
||||
@@ -17,6 +17,7 @@
|
||||
- libxkbcommon-dev
|
||||
- python3
|
||||
|
||||
- name: add to syspkgs
|
||||
- name: add to pkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + alacritty_deps }}"
|
||||
srcpkgs: "{{ srcpkgs + ['build/alacritty.yml'] }}"
|
||||
|
||||
Reference in New Issue
Block a user