]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/git-backup-script/tasks/main.yml
git-backup-script: Make Git URL configurable
[AnsibleRoles.git] / roles / git-backup-script / tasks / main.yml
index 77f39c4b57eafcadc3deb35a8cc0acee17bfdeef..6ff6ab4086f269b6307083a507148ae0f61c04e1 100644 (file)
@@ -16,7 +16,7 @@
   git: >
     accept_hostkey=True
     dest=/usr/local/src/backup-script
-    repo="git://arthur.barton.de/backup-script.git"
+    repo={{ git_backup_script_repository }}
     update=yes
   notify:
     - install "backup-script"