6 lines
96 B
YAML
6 lines
96 B
YAML
- name: Install the package for vim
|
|
ansible.builtin.apt:
|
|
name:
|
|
- vim
|
|
become: true
|