mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
0-init/tasks/hostname.yml: Verbiage simplified for newcomers
This commit is contained in:
parent
9106cfbdf0
commit
1e71070341
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
state: present
|
||||
when: cloudcfg_test.stat.exists
|
||||
|
||||
- name: 'Turn the crank for systemd: hostnamectl set-hostname "{{ iiab_hostname }}"'
|
||||
- name: 'Set /etc/hostname by running: hostnamectl set-hostname "{{ iiab_hostname }}"'
|
||||
command: hostnamectl set-hostname "{{ iiab_hostname }}"
|
||||
# 2021-08-31: Periods in /etc/hostname fail with some WiFi routers (#2904)
|
||||
# command: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue