diff options
Diffstat (limited to 'templates/hosts.j2')
-rw-r--r-- | templates/hosts.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/hosts.j2 b/templates/hosts.j2 index 3d811dc..647360e 100644 --- a/templates/hosts.j2 +++ b/templates/hosts.j2 @@ -1,5 +1,5 @@ 127.0.0.1 localhost -{{ ansible_host }} {{ hostname }} {{ hostname }} +{{ ansible_host }} {{ pve_hostname }} {{ pve_hostname }} # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback |