Skip to content

Commit

Permalink
Add supplemental ppa repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dkobras committed May 4, 2020
1 parent 4778223 commit 1766cb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
- multiverse_repositories
- repositories

- name: Check supplemental PPA repos are enabled
apt_repository: repo={{ item }} state=present
with_items:
- 'ppa:bigbluebutton/support'
- 'ppa:rmescandon/yq'
tags:
- ppa-repositories
- repositories

- name: Check BigBlueButton repo is enabled
apt_repository: repo={{ item }} state=present
with_items:
Expand Down

0 comments on commit 1766cb1

Please sign in to comment.