Semplificazione installazione vim, semplificazione ruolo dotfiles e aggiunta playbook terminals.
This commit is contained in:
parent
47ffd49eed
commit
bcc4748d97
@ -5,9 +5,6 @@ dependencies:
|
|||||||
- pip
|
- pip
|
||||||
- rsync
|
- rsync
|
||||||
- rclone
|
- rclone
|
||||||
- kitty
|
|
||||||
- alacritty
|
|
||||||
- nix
|
|
||||||
- zsh
|
- zsh
|
||||||
- antidote
|
- antidote
|
||||||
- tmux
|
- tmux
|
||||||
|
@ -2,12 +2,11 @@
|
|||||||
# Vim
|
# Vim
|
||||||
|
|
||||||
- name: Installation
|
- name: Installation
|
||||||
ansible.builtin.include_tasks: "install/{{ ansible_os_family | lower }}.yml"
|
ansible.builtin.package:
|
||||||
args:
|
name: vim
|
||||||
apply:
|
state: present
|
||||||
tags:
|
update_cache: true
|
||||||
- vim
|
become: true
|
||||||
- vim-install
|
|
||||||
tags:
|
tags:
|
||||||
- vim
|
- vim
|
||||||
- vim-install
|
- vim-install
|
||||||
|
5
terminals.yml
Normal file
5
terminals.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- alacritty
|
||||||
|
- kitty
|
Loading…
Reference in New Issue
Block a user