Skip to content

Commit

Permalink
updated sources of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rbevin777 committed Feb 11, 2024
1 parent 290d96b commit c076ad4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions playbooks/gaming-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
apt:
deb: https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb
become: yes



0 comments on commit c076ad4

Please sign in to comment.