fix remaining packages
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
when:
|
||||
- hyprland_protcols_configured is undefined
|
||||
block:
|
||||
- name: Set hyprland_protcols_configured
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_protcols_configured: true
|
||||
|
||||
- name: Load hyprland-protocols config
|
||||
when:
|
||||
- hyprland_protocols is undefined
|
||||
@@ -14,7 +18,3 @@
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + hyprland_protocols.build_deps }}"
|
||||
pkg_src: "{{ pkg_src + ['hyprland_protocols'] }}"
|
||||
|
||||
- name: Set hyprland_protcols_configured
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_protcols_configured: true
|
||||
|
||||
Reference in New Issue
Block a user