Skip to content
Snippets Groups Projects
Commit 2d40f37f authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Merge branch 'cleanup_common' into 'master'

Cleanup common

See merge request archlinux/infrastructure!104
parents df907121 3c554f82
No related branches found
No related tags found
1 merge request!104Cleanup common
Pipeline #2198 passed
......@@ -4,9 +4,6 @@
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 update_cache=yes
- name: set hostname
hostname: name="{{ inventory_hostname }}"
......
......@@ -37,8 +37,6 @@
- httpie
- the_silver_searcher
- ripgrep
- cloc
- tokei
- ipcalc
- calc
- wget
......
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