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