force git clones
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprgraphics.git_path }}"
|
||||
repo: "{{ hyprgraphics.repo }}"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hypridle.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprland.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
recursive: true
|
||||
dest: "{{ hyprland_protocols.git_path }}"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprland_qt_support.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprland_qtutils.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprlang.git_path }}"
|
||||
repo: "{{ hyprlang.repo }}"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprlock.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprpaper.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprpicker.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprpolkitagent.git_path }}"
|
||||
recursive: true
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprutils.git_path }}"
|
||||
repo: "{{ hyprutils.repo }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user