Initial commit
This commit is contained in:
8
install-vim.yml
Normal file
8
install-vim.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Install vim
|
||||
package:
|
||||
name: vim
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user