From ef5750ca7d5d528a737683ef93bf35a28d664083 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sat, 8 Sep 2018 19:28:57 -0700 Subject: [PATCH] py3status moved to community --- roles/i3/tasks/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/i3/tasks/main.yml b/roles/i3/tasks/main.yml index ddcf996..73e7524 100644 --- a/roles/i3/tasks/main.yml +++ b/roles/i3/tasks/main.yml @@ -8,9 +8,7 @@ - i3status - name: Install py3status - aur: name=py3status user={{ user.name }} - tags: - - aur + pacman: name=py3status state=present - name: Verify that default applications file exists file: path=/etc/xdg/mimeapps.list state=touch