toansible: Clone using ansible git module
This commit is contained in:
parent
d0695115cd
commit
ca00813d65
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue