working through each file
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
- name: Linux based installation
|
||||
when: ansible_system == 'Linux'
|
||||
block:
|
||||
- name: Install rust and cargo
|
||||
ansible.builtin.include_tasks:
|
||||
file: "pkgs/rust.yml"
|
||||
when: pkgconfig_rust is undefined
|
||||
|
||||
- name: Append to pkgs
|
||||
notify:
|
||||
- Depend cargo
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + alacritty.deps }}"
|
||||
srcpkgs: "{{ cargopkgs + [alacritty] }}"
|
||||
|
||||
Reference in New Issue
Block a user