summaryrefslogtreecommitdiff
path: root/roles/dyndns/tasks
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-13 16:45:12 +0100
committerJoe Carstairs <me@joeac.net>2026-08-13 16:45:12 +0100
commit1940216f91b6f45221111ddfd74b751156bdce0c (patch)
treef6ccb30b6e5f03939581dd3ddc205560413368eb /roles/dyndns/tasks
parentddffeb9ef65cc945194043dd960a631e3646da51 (diff)
rephrase git urls for git.joeac.net
Diffstat (limited to 'roles/dyndns/tasks')
-rw-r--r--roles/dyndns/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dyndns/tasks/main.yml b/roles/dyndns/tasks/main.yml
index 198ef0d..e157644 100644
--- a/roles/dyndns/tasks/main.yml
+++ b/roles/dyndns/tasks/main.yml
@@ -1,6 +1,6 @@
- name: Fetch digitalocean_dyndns source
ansible.builtin.git:
- repo: https://git.joeac.net/joeac/digitalocean_dyndns.git
+ repo: git://git.joeac.net/digitalocean_dyndns.git
dest: /usr/local/lib/digitalocean_dyndns
- name: Mark get_ip_addr.sh executable