configure cleaning on src pkgs

This commit is contained in:
Matthew Stobbs
2025-03-29 15:02:28 -06:00
parent 254b7d5c3a
commit 5645cc7dd6
34 changed files with 43 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,8 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hyprland_protocols.clean
become: true
loop: "{{ hyprland_protocols.installed_files }}"
loop_control:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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