From dc99766cdd4ecc1e057359aa5ab4d4ccaff7acc3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 29 Dec 2021 22:29:43 +0000 Subject: [PATCH] Enable parallel downloads with pacman --- files/pacman.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/pacman.conf b/files/pacman.conf index 14a8048..fc9ebd0 100644 --- a/files/pacman.conf +++ b/files/pacman.conf @@ -30,6 +30,7 @@ Color #TotalDownload CheckSpace #VerbosePkgLists +ParallelDownloads = {{ ansible_processor_nproc // 2 }} # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages.