diff options
| author | 2024-08-09 19:51:13 +0100 | |
|---|---|---|
| committer | 2024-08-09 19:51:13 +0100 | |
| commit | 7097490863c0a784cdbe64492fd57a686c1144ea (patch) | |
| tree | 7581f775962d48ab3c15bd48f59f7c6923fcfcf2 | |
| parent | Update docs path for git commiters plugin (diff) | |
Move gitmodules to HTTP instead of SSH
| -rw-r--r-- | .gitmodules | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.gitmodules b/.gitmodules index 84e5d9b..8cb5e98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@  [submodule "ansible/roles/nftables"]  	path = ansible/roles/nftables -	url = [email protected]:jchristgit/ansible-role-nftables.git +	url = https://github.com/jchristgit/ansible-role-nftables.git  [submodule "ansible/roles/prometheus-postgres-exporter"]  	path = ansible/roles/prometheus-postgres-exporter -	url = [email protected]:jchristgit/ansible-role-prometheus-postgres-exporter.git +	url = https://github.com:jchristgit/ansible-role-prometheus-postgres-exporter.git | 
