Pulizia generale dei ruoli: le installazioni systemwide sono nel deploy di ansible_mgmt.
This commit is contained in:
parent
24908aa484
commit
353f316c1e
71 changed files with 5 additions and 885 deletions
14
roles/vim-user-cfg/tasks/config/pkgman/main.yml
Normal file
14
roles/vim-user-cfg/tasks/config/pkgman/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
# Configuring vim-plug
|
||||
|
||||
- name: Installation
|
||||
ansible.builtin.import_tasks: installation.yml
|
||||
tags:
|
||||
- vim-plug
|
||||
- vim-plug-install
|
||||
|
||||
- name: Configuration
|
||||
ansible.builtin.command:
|
||||
cmd: vim +PlugInstall +qall
|
||||
become: true
|
||||
become_user: "{{ additional_user }}"
|
Loading…
Add table
Add a link
Reference in a new issue