mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
moved the git installation in the git role instead of the base role
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
pacman:
|
||||
upgrade: true
|
||||
update_cache: true
|
||||
- name: Install GitHub's CLI
|
||||
become: true
|
||||
pacman:
|
||||
name: github-cli
|
||||
state: present
|
||||
- name: Install Bpytop (system monitor)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
@@ -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