fix cleaning issues for hyprland
This commit is contained in:
@@ -6,3 +6,4 @@
|
||||
pkg_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_deps[ansible_os_family] }}"
|
||||
git_path: "{{ d_tempdir.path }}/xdg-desktop-portal-hyprland"
|
||||
installed_files: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_installed_files }}"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: true
|
||||
loop: "{{ aquamarine.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: true
|
||||
loop: "{{ hyprcursor.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: true
|
||||
loop: "{{ hyprgraphics.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: true
|
||||
loop: "{{ hypridle.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: true
|
||||
loop: "{{ hyprland.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: true
|
||||
loop: "{{ hyprland_protocols.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: true
|
||||
loop: "{{ hyprland_qt_support.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
become: true
|
||||
loop: "{{ xdg_desktop_portal_hyprland.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
|
||||
Reference in New Issue
Block a user