From 0b1c18a3a0669c2d1218c07c416656b5a25eecbf Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 5 Apr 2025 00:15:34 -0400 Subject: [PATCH] troubleshoot build --- ansible/roles/aur_repo_host/tasks/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/aur_repo_host/tasks/main.yaml b/ansible/roles/aur_repo_host/tasks/main.yaml index 18e156c..1c6c127 100644 --- a/ansible/roles/aur_repo_host/tasks/main.yaml +++ b/ansible/roles/aur_repo_host/tasks/main.yaml @@ -220,10 +220,10 @@ # replace: '[multilib]\nInclude = /etc/pacman.d/mirrorlist' # register: multilib_enable -- name: Update the package database # noqa: no-handler - when: multilib_enable.changed - community.general.pacman: - update_cache: true +# - name: Update the package database if multilib was enabled # noqa: no-handler +# when: multilib_enable.changed | default(false) +# community.general.pacman: +# update_cache: true - name: Sync AUR packages ansible.builtin.command: