Move ansible role into base role

This commit is contained in:
2020-07-09 21:54:15 -04:00
parent e66a4b96ff
commit c630af67cd
11 changed files with 35 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
- name: Install useful software
apt:
name: ["vim", "wget"]
state: present