fix clean permissions for src/hypr*
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprcursor.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprgraphics.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hypridle.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprland.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprland_qt_support.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprland_qtutils.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprlock.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprpaper.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprpicker.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprpolkitagent.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprutils.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ hyprwayland_scanner.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
neovim:
|
||||
version: v0.11.0
|
||||
build_type: Release
|
||||
clean_install: true
|
||||
clean_install: false
|
||||
git_repo: https://github.com/neovim/neovim
|
||||
git_branch: v0.11.0
|
||||
appimage:
|
||||
|
||||
Reference in New Issue
Block a user