瀏覽代碼

Fix default url for dotfiles repository

Emmanuel Bouthenot 10 年之前
父節點
當前提交
cb113cc284
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/common/defaults/main.yml

+ 1 - 1
roles/common/defaults/main.yml

@@ -46,7 +46,7 @@ with_ovh: False
 sysfs_disk_settings: False
 
 with_dotfiles: False
-dotfiles_repo: git://forge.openics.org/server-dotfiles-zsh.git
+dotfiles_repo: http://forge.openics.org/server-dotfiles-zsh.git
 dotfiles_dest: /srv/hosting-tools/shell
 
 # vim: ft=yaml