Skip to content

Commit

Permalink
Fix some of extra_software info
Browse files Browse the repository at this point in the history
  • Loading branch information
MarauderXtreme committed Aug 21, 2022
1 parent 84fd8f1 commit 3ceb82b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions defaults/main/extra_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ local_system_extra_software:
repo: deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main
package: signal-desktop
- name: spotify
url: https://download.spotify.com/debian/pubkey_0D811D58.gpg
id: 8FD3D9A8D3800305A9FFF259D1742AD60D811D58
url: https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg
id: F9A211976ED662F00E59361E5E3C45D7B312C643
repo: deb http://repository.spotify.com stable non-free
package: spotify-client
- name: steam
Expand All @@ -34,3 +34,8 @@ local_system_extra_software:
id: BC528686B50D79E339D3721CEB3E94ADBE1229CF
repo: deb [arch=amd64] http://packages.microsoft.com/repos/vscode/ stable main
package: code
- name: vagrant
url: https://apt.releases.hashicorp.com/gpg
id: E8A032E094D8EB4EA189D270DA418C88A3219F7B
repo: "deb [arch=amd64] https://apt.releases.hashicorp.com {{ ansible_distribution_release }} main"
package: vagrant

0 comments on commit 3ceb82b

Please sign in to comment.