Skip to content

Commit

Permalink
Use Teams Insiders version
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Jan 13, 2020
1 parent 98e8ef3 commit e5d7398
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ansible/roles/devenv/tasks/teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
name: teams-for-linux
state: absent

- name: Remove non-insider Teams deb
apt:
name: teams
state: absent

- include_role:
name: 3rdparty
loop:
- { name: 'Teams', gpg_url: 'https://packages.microsoft.com/keys/microsoft.asc', repo_file: 'teams', package: 'teams' }
- { name: 'Teams', gpg_url: 'https://packages.microsoft.com/keys/microsoft.asc', repo_file: 'teams', package: 'teams-insiders' }

0 comments on commit e5d7398

Please sign in to comment.