mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
moved the git installation in the git role instead of the base role
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
pacman:
|
||||
name: lazygit
|
||||
state: present
|
||||
- name: Install GitHub's CLI
|
||||
become: true
|
||||
pacman:
|
||||
name: github-cli
|
||||
state: present
|
||||
- name: Copy the configuration for Git
|
||||
synchronize:
|
||||
src: .gitconfig
|
||||
|
||||
Reference in New Issue
Block a user