1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-21 23:50:39 +02:00

common: Install inetutils for hostname

This commit is contained in:
Sven-Hendrik Haase 2019-10-10 23:16:27 +02:00
parent 46a058413b
commit 24262f6d4b

View File

@ -1,5 +1,8 @@
---
- name: install inetutils for hostname
pacman: name=inetutils state=present update_cache=yes
- name: set hostname
hostname: name="{{ inventory_hostname }}"