X-Git-Url: https://arthur.barton.de/gitweb/?p=AnsibleRoles.git;a=blobdiff_plain;f=roles%2Fgit-backup-script%2Ftasks%2Fmain.yml;h=6ff6ab4086f269b6307083a507148ae0f61c04e1;hp=77f39c4b57eafcadc3deb35a8cc0acee17bfdeef;hb=8aa9cb06f785d59fdffbe8671920976cf897b98c;hpb=62df1c6f7ccf2d98904a3f3142cf89a42e4d3aa6 diff --git a/roles/git-backup-script/tasks/main.yml b/roles/git-backup-script/tasks/main.yml index 77f39c4..6ff6ab4 100644 --- a/roles/git-backup-script/tasks/main.yml +++ b/roles/git-backup-script/tasks/main.yml @@ -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"