From c8f97a86833819585d5fea18b5b2e9c6656f4d51 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Thu, 30 May 2024 01:51:22 +0200 Subject: [PATCH] Started over with submodules firefox, this time using https --- .gitmodules | 3 +++ README.md | 3 ++- roles/browser-firefox | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 roles/browser-firefox diff --git a/.gitmodules b/.gitmodules index a407f8a..816439e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "roles/tailscale"] path = roles/tailscale url = https://codeberg.org/ansible/tailscale.git +[submodule "roles/browser-firefox"] + path = roles/browser-firefox + url = https://codeberg.org/ansible/browser-firefox.git diff --git a/README.md b/README.md index d0a5713..36e7836 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ $ git submodule add https://codeberg.org/ansible/dotfiles.git roles/dotfiles Note that if the submodule has submodules of its own, they must be added in a separate step by first entering the root of the submodule, then ``` -git submodule update --init --recursive +$ cd roles/browser-firefox +$ git submodule update --init --recursive ``` Update all the roles from their respective remotes: diff --git a/roles/browser-firefox b/roles/browser-firefox new file mode 160000 index 0000000..759dda9 --- /dev/null +++ b/roles/browser-firefox @@ -0,0 +1 @@ +Subproject commit 759dda9080a9da20ac60b0b69b02ef0c1db11c45