From da3761eabd473efab2b1c5490c5f78ead8a21140 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Wed, 11 Mar 2026 12:26:57 +0100 Subject: [PATCH] Fixed IP definition --- ansible/inventories/sifi.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/inventories/sifi.yaml b/ansible/inventories/sifi.yaml index cffb377..c48f189 100644 --- a/ansible/inventories/sifi.yaml +++ b/ansible/inventories/sifi.yaml @@ -4,4 +4,6 @@ sifi: nameservers: hosts: ns1.sifi.isti.cnr.it: - ansible_hosts: 146.48.108.51 \ No newline at end of file + ansible_host: 146.48.108.51 + + \ No newline at end of file