--- # Installation from github sources - name: Installation from github git: repo: 'https://github.com/tuxmouraille/gSpeech.git' dest: /opt/gSpeech become: yes become_user: root - name: Installing desktop file copy: src: gspeech.desktop dest: /opt/gSpeech/gspeech.desktop owner: root group: root mode: 0644 become: yes become_user: root - name: Linking desktop file where it can be found by system file: src: /opt/gSpeech/gspeech.desktop dest: /usr/share/applications/gspeech.desktop state: link