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
|
||||
|
||||
Reference in New Issue
Block a user