diff options
Diffstat (limited to 'roles/http')
| -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 |
