force git clones
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
force: true
|
||||||
dest: "{{ aquamarine.git_path }}"
|
dest: "{{ aquamarine.git_path }}"
|
||||||
repo: "{{ aquamarine.repo }}"
|
repo: "{{ aquamarine.repo }}"
|
||||||
version: "{{ aquamarine.vers }}"
|
version: "{{ aquamarine.vers }}"
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
force: true
|
||||||
dest: "{{ d_tempdir.path }}/ghostty"
|
dest: "{{ d_tempdir.path }}/ghostty"
|
||||||
repo: "{{ ghostty.repo }}"
|
repo: "{{ ghostty.repo }}"
|
||||||
version: "{{ ghostty.vers }}"
|
version: "{{ ghostty.vers }}"
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
force: true
|
||||||
dest: "{{ hyprcursor.git_path }}"
|
dest: "{{ hyprcursor.git_path }}"
|
||||||
repo: "{{ hyprcursor.repo }}"
|
repo: "{{ hyprcursor.repo }}"
|
||||||
version: "{{ hyprcursor.vers }}"
|
version: "{{ hyprcursor.vers }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprgraphics.git_path }}"
|
dest: "{{ hyprgraphics.git_path }}"
|
||||||
repo: "{{ hyprgraphics.repo }}"
|
repo: "{{ hyprgraphics.repo }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hypridle.git_path }}"
|
dest: "{{ hypridle.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository
|
- name: Clone git repository
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprland.git_path }}"
|
dest: "{{ hyprland.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository
|
- name: Clone git repository
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
recursive: true
|
recursive: true
|
||||||
dest: "{{ hyprland_protocols.git_path }}"
|
dest: "{{ hyprland_protocols.git_path }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository
|
- name: Clone git repository
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprland_qt_support.git_path }}"
|
dest: "{{ hyprland_qt_support.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprland_qtutils.git_path }}"
|
dest: "{{ hyprland_qtutils.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprlang.git_path }}"
|
dest: "{{ hyprlang.git_path }}"
|
||||||
repo: "{{ hyprlang.repo }}"
|
repo: "{{ hyprlang.repo }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprlock.git_path }}"
|
dest: "{{ hyprlock.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprpaper.git_path }}"
|
dest: "{{ hyprpaper.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprpicker.git_path }}"
|
dest: "{{ hyprpicker.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprpolkitagent.git_path }}"
|
dest: "{{ hyprpolkitagent.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ hyprutils.git_path }}"
|
dest: "{{ hyprutils.git_path }}"
|
||||||
repo: "{{ hyprutils.repo }}"
|
repo: "{{ hyprutils.repo }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository
|
- name: Clone git repository
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ d_tempdir.path }}/hyprwayland-scanner"
|
dest: "{{ d_tempdir.path }}/hyprwayland-scanner"
|
||||||
repo: "{{ hyprwayland_scanner.repo }}"
|
repo: "{{ hyprwayland_scanner.repo }}"
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone neovim git repository
|
- name: Clone neovim git repository
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ neovim.git_path }}"
|
dest: "{{ neovim.git_path }}"
|
||||||
repo: "{{ neovim.git_repo }}"
|
repo: "{{ neovim.git_repo }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ nwg_hello.git_path }}"
|
dest: "{{ nwg_hello.git_path }}"
|
||||||
repo: "{{ nwg_hello.git_repo }}"
|
repo: "{{ nwg_hello.git_repo }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
recursive: true
|
recursive: true
|
||||||
dest: "{{ sdbus_cpp_2.git_path }}"
|
dest: "{{ sdbus_cpp_2.git_path }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ d_tempdir.path }}/uwsm"
|
dest: "{{ d_tempdir.path }}/uwsm"
|
||||||
repo: "{{ uwsm.repo }}"
|
repo: "{{ uwsm.repo }}"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
force: true
|
||||||
depth: 1
|
depth: 1
|
||||||
dest: "{{ xdg_desktop_portal_hyprland.git_path }}"
|
dest: "{{ xdg_desktop_portal_hyprland.git_path }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|||||||
Reference in New Issue
Block a user