Add default packages

This commit is contained in:
2020-08-15 18:14:45 -04:00
parent 5c398d322f
commit b52a56488d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
- name: Install useful software
apt:
name: ["vim", "wget"]
name: "{{ packages }}"
state: present
- name: Manage root authorized_keys