--- - hosts: "*" vars_files: - '~/ansible/inventory/vaulted_vars.yaml' become: yes gather_facts: no tasks: - name: Install user default applications. tmux, vim-nox, btop, htop, neofetch, tldr apt: pkg: - tmux - vim-nox - btop - htop - neofetch - curl - wget - tldr update_cache: true state: latest