From 084d57a3b5403e00d9f865e69e44a079da74f5d5 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Mon, 31 Mar 2025 19:08:36 -0600 Subject: [PATCH] force git clones --- tasks/src/aquamarine.yml | 1 + tasks/src/ghostty.yml | 1 + tasks/src/hyprcursor.yml | 1 + tasks/src/hyprgraphics.yml | 1 + tasks/src/hypridle.yml | 1 + tasks/src/hyprland.yml | 1 + tasks/src/hyprland_protocols.yml | 1 + tasks/src/hyprland_qt_support.yml | 1 + tasks/src/hyprland_qtutils.yml | 1 + tasks/src/hyprlang.yml | 1 + tasks/src/hyprlock.yml | 1 + tasks/src/hyprpaper.yml | 1 + tasks/src/hyprpicker.yml | 1 + tasks/src/hyprpolkitagent.yml | 1 + tasks/src/hyprutils.yml | 1 + tasks/src/hyprwayland_scanner.yml | 1 + tasks/src/neovim.yml | 1 + tasks/src/nwg_hello.yml | 1 + tasks/src/sdbus_cpp_2.yml | 1 + tasks/src/uwsm.yml | 1 + tasks/src/xdg_desktop_portal_hyprland.yml | 1 + 21 files changed, 21 insertions(+) diff --git a/tasks/src/aquamarine.yml b/tasks/src/aquamarine.yml index a727eaf..84f5d97 100644 --- a/tasks/src/aquamarine.yml +++ b/tasks/src/aquamarine.yml @@ -23,6 +23,7 @@ - name: Clone git repository {{ pkg }} ansible.builtin.git: depth: 1 + force: true dest: "{{ aquamarine.git_path }}" repo: "{{ aquamarine.repo }}" version: "{{ aquamarine.vers }}" diff --git a/tasks/src/ghostty.yml b/tasks/src/ghostty.yml index c37717f..52607b8 100644 --- a/tasks/src/ghostty.yml +++ b/tasks/src/ghostty.yml @@ -23,6 +23,7 @@ - name: Clone git repository {{ pkg }} ansible.builtin.git: depth: 1 + force: true dest: "{{ d_tempdir.path }}/ghostty" repo: "{{ ghostty.repo }}" version: "{{ ghostty.vers }}" diff --git a/tasks/src/hyprcursor.yml b/tasks/src/hyprcursor.yml index ccac105..ed3c22c 100644 --- a/tasks/src/hyprcursor.yml +++ b/tasks/src/hyprcursor.yml @@ -23,6 +23,7 @@ - name: Clone git repository {{ pkg }} ansible.builtin.git: depth: 1 + force: true dest: "{{ hyprcursor.git_path }}" repo: "{{ hyprcursor.repo }}" version: "{{ hyprcursor.vers }}" diff --git a/tasks/src/hyprgraphics.yml b/tasks/src/hyprgraphics.yml index 2edc939..d30be62 100644 --- a/tasks/src/hyprgraphics.yml +++ b/tasks/src/hyprgraphics.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprgraphics.git_path }}" repo: "{{ hyprgraphics.repo }}" diff --git a/tasks/src/hypridle.yml b/tasks/src/hypridle.yml index 60f3d06..867490f 100644 --- a/tasks/src/hypridle.yml +++ b/tasks/src/hypridle.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hypridle.git_path }}" recursive: true diff --git a/tasks/src/hyprland.yml b/tasks/src/hyprland.yml index 3e57dcb..a542926 100644 --- a/tasks/src/hyprland.yml +++ b/tasks/src/hyprland.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprland.git_path }}" recursive: true diff --git a/tasks/src/hyprland_protocols.yml b/tasks/src/hyprland_protocols.yml index 90f739c..825c5eb 100644 --- a/tasks/src/hyprland_protocols.yml +++ b/tasks/src/hyprland_protocols.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository ansible.builtin.git: + force: true depth: 1 recursive: true dest: "{{ hyprland_protocols.git_path }}" diff --git a/tasks/src/hyprland_qt_support.yml b/tasks/src/hyprland_qt_support.yml index 88a77da..92a2fa0 100644 --- a/tasks/src/hyprland_qt_support.yml +++ b/tasks/src/hyprland_qt_support.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprland_qt_support.git_path }}" recursive: true diff --git a/tasks/src/hyprland_qtutils.yml b/tasks/src/hyprland_qtutils.yml index 02dc2b0..3d10148 100644 --- a/tasks/src/hyprland_qtutils.yml +++ b/tasks/src/hyprland_qtutils.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprland_qtutils.git_path }}" recursive: true diff --git a/tasks/src/hyprlang.yml b/tasks/src/hyprlang.yml index e65e971..b7bc983 100644 --- a/tasks/src/hyprlang.yml +++ b/tasks/src/hyprlang.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprlang.git_path }}" repo: "{{ hyprlang.repo }}" diff --git a/tasks/src/hyprlock.yml b/tasks/src/hyprlock.yml index 50bfac6..8c29803 100644 --- a/tasks/src/hyprlock.yml +++ b/tasks/src/hyprlock.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprlock.git_path }}" recursive: true diff --git a/tasks/src/hyprpaper.yml b/tasks/src/hyprpaper.yml index 3a8a34d..cdcaff2 100644 --- a/tasks/src/hyprpaper.yml +++ b/tasks/src/hyprpaper.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprpaper.git_path }}" recursive: true diff --git a/tasks/src/hyprpicker.yml b/tasks/src/hyprpicker.yml index 177aa9c..b1bb1ea 100644 --- a/tasks/src/hyprpicker.yml +++ b/tasks/src/hyprpicker.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprpicker.git_path }}" recursive: true diff --git a/tasks/src/hyprpolkitagent.yml b/tasks/src/hyprpolkitagent.yml index f0b9bfa..f91cf9d 100644 --- a/tasks/src/hyprpolkitagent.yml +++ b/tasks/src/hyprpolkitagent.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprpolkitagent.git_path }}" recursive: true diff --git a/tasks/src/hyprutils.yml b/tasks/src/hyprutils.yml index 66dbfea..761ffbd 100644 --- a/tasks/src/hyprutils.yml +++ b/tasks/src/hyprutils.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ hyprutils.git_path }}" repo: "{{ hyprutils.repo }}" diff --git a/tasks/src/hyprwayland_scanner.yml b/tasks/src/hyprwayland_scanner.yml index c009593..d89be1a 100644 --- a/tasks/src/hyprwayland_scanner.yml +++ b/tasks/src/hyprwayland_scanner.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository ansible.builtin.git: + force: true depth: 1 dest: "{{ d_tempdir.path }}/hyprwayland-scanner" repo: "{{ hyprwayland_scanner.repo }}" diff --git a/tasks/src/neovim.yml b/tasks/src/neovim.yml index b6ad8c0..16d8e22 100644 --- a/tasks/src/neovim.yml +++ b/tasks/src/neovim.yml @@ -23,6 +23,7 @@ block: - name: Clone neovim git repository ansible.builtin.git: + force: true depth: 1 dest: "{{ neovim.git_path }}" repo: "{{ neovim.git_repo }}" diff --git a/tasks/src/nwg_hello.yml b/tasks/src/nwg_hello.yml index 99c6940..2d69a07 100644 --- a/tasks/src/nwg_hello.yml +++ b/tasks/src/nwg_hello.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ nwg_hello.git_path }}" repo: "{{ nwg_hello.git_repo }}" diff --git a/tasks/src/sdbus_cpp_2.yml b/tasks/src/sdbus_cpp_2.yml index 106fe9f..96d8b9c 100644 --- a/tasks/src/sdbus_cpp_2.yml +++ b/tasks/src/sdbus_cpp_2.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 recursive: true dest: "{{ sdbus_cpp_2.git_path }}" diff --git a/tasks/src/uwsm.yml b/tasks/src/uwsm.yml index ab3ba4e..d9d87d8 100644 --- a/tasks/src/uwsm.yml +++ b/tasks/src/uwsm.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ d_tempdir.path }}/uwsm" repo: "{{ uwsm.repo }}" diff --git a/tasks/src/xdg_desktop_portal_hyprland.yml b/tasks/src/xdg_desktop_portal_hyprland.yml index f0d725a..ed293f4 100644 --- a/tasks/src/xdg_desktop_portal_hyprland.yml +++ b/tasks/src/xdg_desktop_portal_hyprland.yml @@ -22,6 +22,7 @@ block: - name: Clone git repository {{ pkg }} ansible.builtin.git: + force: true depth: 1 dest: "{{ xdg_desktop_portal_hyprland.git_path }}" recursive: true