From 0fc61e77ead38cc2307fec7393e6c84a7be3a737 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sat, 24 Nov 2018 11:21:14 -0600 Subject: [PATCH] replace mat with mat2 Existing users should first remove mat # pacman --remove --nosave --recursive mat --- roles/media/tasks/main.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/roles/media/tasks/main.yml b/roles/media/tasks/main.yml index 4fd2c4b..2ee2fc8 100644 --- a/roles/media/tasks/main.yml +++ b/roles/media/tasks/main.yml @@ -25,14 +25,11 @@ - perl-image-exiftool - opus-tools -- name: Install Metadata Anonymisation Toolkit and dependencies - aur: name={{ item }} user={{ user.name }} - with_items: - - hachoir-core - - hachoir-parser - - mat +- name: Install Metadata Anonymisation Toolkit + aur: name=mat2 user={{ user.name }} tags: - aur + - mat - name: Install youtube-dl pacman: name=youtube-dl state=present