11 lines
141 B
YAML

---
- name: install apt packages
become: true
apt:
name:
- gawk
- sysstat
state: latest
- include_tasks: Linux.yaml