From 5be1a4821f074a5c6c0df2c9530c47b35ceb1a98 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Mon, 1 Jul 2024 14:41:03 +0200 Subject: [PATCH] fqdn first and hostname --- hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.yml b/hosts.yml index 9850a3d..ce3747a 100644 --- a/hosts.yml +++ b/hosts.yml @@ -6,4 +6,4 @@ line: '{{ item }}' state: present with_items: - - '{{ ansible_default_ipv4.address }} {{ ansible_hostname }} {{ ansible_hostname }}.gmetech.net' \ No newline at end of file + - '{{ ansible_default_ipv4.address }} {{ ansible_hostname }}.gmetech.net {{ ansible_hostname }}' \ No newline at end of file