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

common: Install inetutils for hostname

parent 46a05841
No related branches found
No related tags found
No related merge requests found
---
- 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