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:
|
pacman:
|
||||||
upgrade: true
|
upgrade: true
|
||||||
update_cache: true
|
update_cache: true
|
||||||
- name: Install GitHub's CLI
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
name: github-cli
|
|
||||||
state: present
|
|
||||||
- name: Install Bpytop (system monitor)
|
- name: Install Bpytop (system monitor)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
@@ -9,6 +9,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: lazygit
|
name: lazygit
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install GitHub's CLI
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: github-cli
|
||||||
|
state: present
|
||||||
- name: Copy the configuration for Git
|
- name: Copy the configuration for Git
|
||||||
synchronize:
|
synchronize:
|
||||||
src: .gitconfig
|
src: .gitconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user