--- # Managing tmux - name: Installation ansible.builtin.package: name: tmux state: present update_cache: true become: true tags: - tmux - tmux-install - name: Configuration ansible.builtin.import_tasks: configuration.yml tags: - tmux - tmux-config - name: Manual steps ansible.builtin.debug: msg: "Please run prefix + I in tmux to install the needed plugins."