From f334d65d800736878d7d30b38cc3e29508e081ec Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 11 Oct 2019 19:49:08 -0500 Subject: [PATCH] Fix apt_repository in workstation role Whoops, that doesn't take a list --- roles/workstation/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/workstation/tasks/main.yml b/roles/workstation/tasks/main.yml index cafc395..fe5e487 100644 --- a/roles/workstation/tasks/main.yml +++ b/roles/workstation/tasks/main.yml @@ -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: