--- - name: Rofi Launcher | Install dependencies apt: name: - rofi - name: Rofi Launcher | Copy rofi config copy: src: /root/Downloads/update-xfce-bigsur/rofi dest: /root/.config/ remote_src: yes