Skip to content
Snippets Groups Projects
Commit d3d2e3c9 authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

dbscripts: Avoid updating dbscripts git repo

At the moment local clone is completely borked and I have no time to fix
it tonight.
parent fc8cbd43
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@
- acl: name=/srv/ftp/lastupdate entry="group:dev:rw-" state=present
- name: clone dbscripts git repo
git: dest=/srv/repos/{{ item }}/dbscripts repo=https://git.archlinux.org/dbscripts.git
git: dest=/srv/repos/{{ item }}/dbscripts repo=https://git.archlinux.org/dbscripts.git update=no
with_items:
- svn-community
- svn-packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment