fix hyprland and go installs
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
- (do_go_install is defined and do_go_install) or
|
||||
not stat_path_go.stat.exists
|
||||
block:
|
||||
- name: Remove existing go install
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
become: "{{ ext_become }}"
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
path: "{{ path.go }}"
|
||||
|
||||
- name: Download go archive
|
||||
register: get_url_go
|
||||
ansible.builtin.get_url:
|
||||
|
||||
Reference in New Issue
Block a user