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

Remove inetutils in favor of ansible using systemd

Ansible's hostname supports setting the hostname with hostnamectl, which
makes our systems after the removal of inetutils legacy free.
parent df907121
No related branches found
No related tags found
1 merge request!104Cleanup common
......@@ -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 }}"
......
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