toansible: Clone using ansible git module

This commit is contained in:
flyingscorpio@clevo 2022-02-22 12:24:38 +01:00
parent d0695115cd
commit ca00813d65
2 changed files with 9 additions and 3 deletions

View file

@ -22,4 +22,7 @@
- { src: 'bashrc', dest: '~/.bashrc' }
- name: Clone bash-git-prompt
command: git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt
git:
repo: https://github.com/magicmonty/bash-git-prompt.git
dest: ~/.bash-git-prompt
clone: yes

View file

@ -19,8 +19,11 @@
src: kitty.conf
dest: ~/.config/kitty/kitty.conf
- name: Clone kitty themes
command: git clone https://github.com/dexpota/kitty-themes.git ~/.git_clones/kitty-themes
- name: Clone kitty-themes
git:
repo: https://github.com/dexpota/kitty-themes.git
dest: ~/.git_clones/kitty-themes
clone: yes
- name: Symlink the kitty theme
file: