force git clones

This commit is contained in:
Matthew Stobbs
2025-03-31 19:08:36 -06:00
parent b366372092
commit 084d57a3b5
21 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprgraphics.git_path }}"
repo: "{{ hyprgraphics.repo }}"

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hypridle.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprland.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository
ansible.builtin.git:
force: true
depth: 1
recursive: true
dest: "{{ hyprland_protocols.git_path }}"

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprland_qt_support.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprland_qtutils.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprlang.git_path }}"
repo: "{{ hyprlang.repo }}"

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprlock.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprpaper.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprpicker.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprpolkitagent.git_path }}"
recursive: true

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprutils.git_path }}"
repo: "{{ hyprutils.repo }}"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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