Files
ansible-fran-grunden/install-vim.yml

9 lines
117 B
YAML
Raw Permalink Normal View History

2022-06-26 19:46:33 +02:00
- hosts: all
become: yes
tasks:
- name: Install vim
package:
name: vim
state: present