Initial commit

This commit is contained in:
2022-06-26 19:46:33 +02:00
commit 818d34657c
106 changed files with 1390 additions and 0 deletions

8
install-vim.yml Normal file
View File

@@ -0,0 +1,8 @@
- hosts: all
become: yes
tasks:
- name: Install vim
package:
name: vim
state: present