Skip to content
Snippets Groups Projects
Verified Commit d64bb652 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/flyspray: Use https to clone the flyspray repository.

parent 6a4a9aab
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
file: path=/var/log/nginx/{{ flyspray_domain }} state=directory owner=http group=log mode=755
- name: clone flyspray repo
git: repo=git://git.archlinux.org/vhosts/bugs.archlinux.org.git dest="{{ flyspray_dir }}"
git: repo=https://git.archlinux.org/vhosts/bugs.archlinux.org.git dest="{{ flyspray_dir }}"
become: true
become_user: "{{ flyspray_user }}"
register: release
......
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