configure cleaning on src pkgs
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- aquamarine.clean
|
||||
become: true
|
||||
loop: "{{ aquamarine.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprcursor.clean
|
||||
become: true
|
||||
loop: "{{ hyprcursor.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprgraphics.clean
|
||||
become: true
|
||||
loop: "{{ hyprgraphics.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hypridle.clean
|
||||
become: true
|
||||
loop: "{{ hypridle.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
- name: Remove existing install of {{ pkg }}
|
||||
when:
|
||||
- hyprland.clean
|
||||
become: true
|
||||
loop: "{{ hyprland.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
- hyprlang.clean
|
||||
become: true
|
||||
loop: "{{ hyprlang.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
- hyprlock.clean
|
||||
become: true
|
||||
loop: "{{ hyprlock.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
- hyprpaper.clean
|
||||
become: true
|
||||
loop: "{{ hyprpaper.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
- hyprpicker.clean
|
||||
become: true
|
||||
loop: "{{ hyprpicker.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
- hyprpolkitagent.clean
|
||||
become: true
|
||||
loop: "{{ hyprpolkitagent.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
- hyprutils.clean
|
||||
become: true
|
||||
loop: "{{ hyprutils.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- name: Remove existing install {{ pkg }}
|
||||
when:
|
||||
- hyprland_clean
|
||||
- hyprwayland_scanner.clean
|
||||
become: true
|
||||
loop: "{{ hyprwayland_scanner.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user