- name: Setup system hosts: self roles: - system vars: my_roles: - bash - alacritty - wireguard - asdf - neovim - signal - virtualbox - vscodium - syncthing - strawberry - nicotine tasks: - include_tasks: "../library/rescue_role.yml" loop: "{{ my_roles }}" loop_control: loop_var: item_my_role