fix cleaning issues for hyprland

This commit is contained in:
Matthew Stobbs
2025-03-29 14:48:32 -06:00
parent 6c28e4d919
commit 254b7d5c3a
10 changed files with 3 additions and 18 deletions

View File

@@ -1,6 +1,4 @@
- name: Remove existing install {{ pkg }}
when:
- hyprland_clean
become: true
loop: "{{ aquamarine.installed_files }}"
loop_control:

View File

@@ -1,6 +1,4 @@
- name: Remove existing install of {{ pkg }}
when:
- hyprland_clean
become: true
loop: "{{ hyprcursor.installed_files }}"
loop_control:

View File

@@ -1,6 +1,4 @@
- name: Remove existing install of {{ pkg }}
when:
- hyprland_clean
become: true
loop: "{{ hyprgraphics.installed_files }}"
loop_control:

View File

@@ -1,6 +1,4 @@
- name: Remove existing install of {{ pkg }}
when:
- hyprland_clean
become: true
loop: "{{ hypridle.installed_files }}"
loop_control:

View File

@@ -1,6 +1,4 @@
- name: Remove existing install of {{ pkg }}
when:
- hyprland_clean
become: true
loop: "{{ hyprland.installed_files }}"
loop_control:

View File

@@ -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:

View File

@@ -1,6 +1,4 @@
- name: Remove existing install of {{ pkg }}
when:
- hyprland_clean
become: true
loop: "{{ hyprland_qt_support.installed_files }}"
loop_control:

View File

@@ -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