mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 13:55:25 +01:00
14 lines
331 B
YAML
14 lines
331 B
YAML
---
|
|
|
|
- name: Install AutoUpdateDiscord
|
|
become: true
|
|
ansible.builtin.git:
|
|
repo: 'https://github.com/FlorianHegele/AutoUpdateDiscord'
|
|
dest: /opt/AutoUpdateDiscord
|
|
|
|
- name: Install/Update Discord
|
|
become: true
|
|
ansible.builtin.shell: 'bash /opt/AutoUpdateDiscord/update_discord.sh'
|
|
args:
|
|
creates: /usr/bin/Discord
|