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