diff --git a/local.yaml b/local.yaml new file mode 100644 index 0000000..68cfb98 --- /dev/null +++ b/local.yaml @@ -0,0 +1,9 @@ + become: true + tasks: + - name: Install packages + apt: name={{item}} + with_items: + - htop + - mc + - vim + \ No newline at end of file