Another prefix bites the dust

This commit is contained in:
2021-09-30 23:33:36 +13:00
parent d2158ba3fa
commit 67fe06e119

View File

@@ -60,7 +60,7 @@
- name: Ensure Hostname is set
hostname:
name: "{{ inventory_hostname }}.{{ domain }}"
name: "{{ inventory_hostname }}.{{ common_domain }}"
when:
- ansible_virtualization_type != "docker"