fix clean permissions for src/hypr*
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprcursor.installed_files }}"
|
loop: "{{ hyprcursor.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprgraphics.installed_files }}"
|
loop: "{{ hyprgraphics.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hypridle.installed_files }}"
|
loop: "{{ hypridle.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprland.installed_files }}"
|
loop: "{{ hyprland.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprland_qt_support.installed_files }}"
|
loop: "{{ hyprland_qt_support.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprland_qtutils.installed_files }}"
|
loop: "{{ hyprland_qtutils.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprlock.installed_files }}"
|
loop: "{{ hyprlock.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprpaper.installed_files }}"
|
loop: "{{ hyprpaper.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprpicker.installed_files }}"
|
loop: "{{ hyprpicker.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprpolkitagent.installed_files }}"
|
loop: "{{ hyprpolkitagent.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprutils.installed_files }}"
|
loop: "{{ hyprutils.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
when:
|
||||||
- hyprland_clean
|
- hyprland_clean
|
||||||
become: "{{ ext_become }}"
|
become: true
|
||||||
loop: "{{ hyprwayland_scanner.installed_files }}"
|
loop: "{{ hyprwayland_scanner.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
neovim:
|
neovim:
|
||||||
version: v0.11.0
|
version: v0.11.0
|
||||||
build_type: Release
|
build_type: Release
|
||||||
clean_install: true
|
clean_install: false
|
||||||
git_repo: https://github.com/neovim/neovim
|
git_repo: https://github.com/neovim/neovim
|
||||||
git_branch: v0.11.0
|
git_branch: v0.11.0
|
||||||
appimage:
|
appimage:
|
||||||
|
|||||||
Reference in New Issue
Block a user