diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:45:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:45:12 +0100 |
| commit | 1940216f91b6f45221111ddfd74b751156bdce0c (patch) | |
| tree | f6ccb30b6e5f03939581dd3ddc205560413368eb /roles/http/tasks | |
| parent | ddffeb9ef65cc945194043dd960a631e3646da51 (diff) | |
rephrase git urls for git.joeac.net
Diffstat (limited to 'roles/http/tasks')
| -rw-r--r-- | roles/http/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/http/tasks/main.yml b/roles/http/tasks/main.yml index 7676633..ad98f6e 100644 --- a/roles/http/tasks/main.yml +++ b/roles/http/tasks/main.yml @@ -61,7 +61,7 @@ - name: Checkout joeac.net source code ansible.builtin.git: - repo: https://git.joeac.net/joeac/joeac.net.git + repo: git://git.joeac.net/joeac.net.git dest: "{{ src_dir }}/joeac.net" depth: 1 version: main |
