diff --git a/playbooks/gaming-apps.yml b/playbooks/gaming-apps.yml index ff47b57..242949f 100644 --- a/playbooks/gaming-apps.yml +++ b/playbooks/gaming-apps.yml @@ -5,10 +5,13 @@ hosts: localhost tasks: - name: Install Discord - ansible.builtin.apt: - name: discord + apt: + deb: https://discord.com/api/download?platform=linux&format=deb become: yes - name: Install Steam - ansible.builtin.apt: - name: steam - become: yes \ No newline at end of file + apt: + deb: https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb + become: yes + + + \ No newline at end of file