Fix apt_repository in workstation role

Whoops, that doesn't take a list
This commit is contained in:
Salt 2019-10-11 19:49:08 -05:00
parent 7599a1fddd
commit f334d65d80

View File

@ -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: