diff --git a/roles/bash/tasks/main.yml b/roles/bash/tasks/main.yml index c360696..c7aea85 100644 --- a/roles/bash/tasks/main.yml +++ b/roles/bash/tasks/main.yml @@ -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 diff --git a/roles/kitty/tasks/main.yml b/roles/kitty/tasks/main.yml index 29f9f5d..646e31f 100644 --- a/roles/kitty/tasks/main.yml +++ b/roles/kitty/tasks/main.yml @@ -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: