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
|
- name: Add third-party repos
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo:
|
repo: "ppa:dolphin-emu/ppa"
|
||||||
- "ppa:dolphin-emu/ppa" # A GCN and Wii emulator
|
|
||||||
become: true
|
become: true
|
||||||
- name: Remove unwanted packages
|
- name: Remove unwanted packages
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user