fix hyprland and go installs
This commit is contained in:
@@ -9,7 +9,14 @@
|
||||
state: absent
|
||||
path: "{{ path.prefix }}/{{ file }}"
|
||||
|
||||
- name: Check if hyprland is installed
|
||||
register: stat_hyprland_bin
|
||||
ansible.builtin.stat:
|
||||
path: "{{ path.bin }}/Hyprland"
|
||||
|
||||
- name: Build and install hyprland
|
||||
when:
|
||||
- not stat_hyprland_bin.stat.exists
|
||||
block:
|
||||
- name: Clone git repository
|
||||
ansible.builtin.git:
|
||||
|
||||
Reference in New Issue
Block a user