pacman: Enable parallel downloads

This commit is contained in:
2021-08-13 18:53:01 +02:00
parent b9b12d07a3
commit 48d4788e55

View File

@@ -50,6 +50,16 @@
block: |
[multilib]
Include = /etc/pacman.d/mirrorlist
marker: "# {mark} ANSIBLE MANAGED multilib"
become: true
- name: enable parallel download
blockinfile:
path: /etc/pacman.conf
insertafter: '\[options\]'
block: |
ParallelDownloads = 5
marker: "# {mark} ANSIBLE MANAGED parallel_download"
become: true
- name: Upgrade system