Skip to content
Snippets Groups Projects
Verified Commit 626c0d14 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Enable ParallelDownloads and install hostname

Without hostname the role does not run.
parent c7bc95a9
No related branches found
No related tags found
No related merge requests found
Pipeline #8177 passed
......@@ -4,6 +4,9 @@
set_fact:
host_has_local_dns_resolver: "{{ dns_servers|length == 1 and '127.0.0.1' in dns_servers }}"
- name: install inetutils for hostname
pacman: name=inetutils state=present
- name: set hostname
hostname: name="{{ inventory_hostname }}"
......
......@@ -33,7 +33,7 @@ UseSyslog
Color
CheckSpace
VerbosePkgLists
#ParallelDownloads = 5
ParallelDownloads = 5
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment