Use read-only URL when ssh fails

This commit is contained in:
Sonny Bakker 2022-07-31 21:59:44 +02:00
parent ba2ae319b6
commit ba225a09a7
3 changed files with 24 additions and 0 deletions

View file

@ -13,6 +13,7 @@ packages:
- docker-compose
- fuse-overlayfs
- ttf-ibm-plex
- slirp4netns
aur_packages:
- { url: 'https://aur.archlinux.org/rootlesskit.git', name: 'rootlesskit' }
@ -27,7 +28,10 @@ xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
public_dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
public_githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
vim_plugins:
- { url: 'https://github.com/preservim/nerdtree', name: 'nerdtree' }