diff --git a/tasks/packages.yml b/tasks/packages.yml index ffd6bce..a5e6a8f 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -1,11 +1,6 @@ -- hosts: localhost - connection: local - become: true - - tasks: - - name: Install packages - apt: - name: - - htop - - mc - - tmux +- name: Install packages + apt: + name: + - htop + - mc + - tmux