diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..78b71c1 --- /dev/null +++ b/local.yml @@ -0,0 +1,8 @@ +- hosts: localhost + connection: local + become: true + + tasks: + - name: install htop + apt: + name: htop