ansible_cache/linux-ubuntu/main.yml

11 lines
178 B
YAML
Raw Normal View History

---
- hosts: all
roles:
- common
become: yes
tasks:
- name: Update apt cache and make sure Vim is installed
apt:
name: vim
update_cache: yes