--- - hosts: all gather_facts: yes - hosts: cli:desktop roles: - role: runit tags: runit when: ansible_service_mgr == "runit" - role: fish tags: fish - role: neovim tags: neovim - role: screen tags: screen - role: git tags: git,cli - role: ssh tags: ssh - hosts: desktop roles: - role: gtk tags: gtk when: ansible_user_id != 'root' - role: sway tags: sway when: ansible_user_id != 'root' - role: waybar tags: waybar when: ansible_user_id != 'root' - role: wofi tags: wofi when: ansible_user_id != 'root' - role: mako tags: mako when: ansible_user_id != 'root' - role: kitty tags: kitty when: ansible_user_id != 'root' - role: mpv tags: mpv when: ansible_user_id != 'root' - role: imv tags: imv when: ansible_user_id != 'root' - role: zim tags: zim when: ansible_user_id != 'root'