diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..4a9cc70 --- /dev/null +++ b/local.yml @@ -0,0 +1,6 @@ +- hosts: localhost + become: true + tasks: + - name: Install htop + apt: + name: htop