grav/tasks/installdeps.yml

6 lines
107 B
YAML

---
- name: '[INSTALLDEPS] - Install dependencies'
apt:
name: "{{ grav_pkg }}"
update_cache: yes