change from codeberg to gitea

This commit is contained in:
Bartal Laearsson
2026-08-11 21:23:20 +01:00
parent 84298aeafc
commit 93c9003e9b
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Install Ansible as the normal desktop user:
```bash
sudo dnf install -y ansible
git clone https://codeberg.org/bartal-lsn/fedora-provisioning.git
git clone https://git.public.xn--fl-6ja.fo/bl/fedora-provisioning.git
cd fedora-provisioning
ansible-playbook setup.yml -K
```
+1 -2
View File
@@ -2,8 +2,7 @@
user_name: "{{ lookup('env', 'USER') }}"
user_home: "{{ lookup('env', 'HOME') }}"
dotfiles_dir: "{{ user_home }}/dotfiles"
dotfiles_repo: https://codeberg.org/bartal-lsn/dotfiles.git
dotfiles_ssh_repo: git@codeberg.org:bartal-lsn/dotfiles.git
dotfiles_repo: https://git.public.xn--fl-6ja.fo/bl/dotfiles.git
jdtls_url: https://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz
jdtls_install_dir: "{{ user_home }}/.local/share/jdtls"
jdtls_bin_dir: "{{ user_home }}/.local/bin"