Explorar el Código

Fix default url for dotfiles repository

Emmanuel Bouthenot hace 10 años
padre
commit
cb113cc284
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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