# --- # tasks file for install_tools - name: Install some additional tools become: yes ansible.builtin.apt: name: - vim - tmux state: latest