fix(gaming): changed steam apt source name to avoid duplication once steam is initialized
This commit is contained in:
parent
e95d8e78bf
commit
8a8d69d173
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
ansible.builtin.apt_repository:
|
||||
repo: "{{ item }} [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ stable steam"
|
||||
state: present
|
||||
filename: steam
|
||||
filename: steam-stable
|
||||
update_cache: true
|
||||
loop:
|
||||
- deb
|
||||
|
|
Loading…
Add table
Reference in a new issue