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: