From 569d1839c33a499b2af519a0a553b8757704b015 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 29 Jan 2023 11:29:00 +0100 Subject: [PATCH] fix pacman: config misformating --- tasks/pacman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pacman.yml b/tasks/pacman.yml index bd8800e..e157aea 100644 --- a/tasks/pacman.yml +++ b/tasks/pacman.yml @@ -10,7 +10,7 @@ ansible.builtin.replace: dest: /etc/pacman.conf regexp: "#(VerbosePkgLists)" - replace: \1\nILoveCandy" + replace: \1\nILoveCandy become: true - name: Configure pacman multilib repo