Fix apt_repository in workstation role
Whoops, that doesn't take a list
This commit is contained in:
parent
7599a1fddd
commit
f334d65d80
@ -3,8 +3,7 @@
|
||||
---
|
||||
- name: Add third-party repos
|
||||
apt_repository:
|
||||
repo:
|
||||
- "ppa:dolphin-emu/ppa" # A GCN and Wii emulator
|
||||
repo: "ppa:dolphin-emu/ppa"
|
||||
become: true
|
||||
- name: Remove unwanted packages
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user