From fdfddc6e1fdaa2d0778f7bcee1cf2c5eae5abd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 3 Oct 2025 15:15:59 +0200 Subject: [PATCH] First of a probably long line of fixes to the ipa-tuura playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/groups/ipatuura.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/ipatuura.yml b/playbooks/groups/ipatuura.yml index e7013fdeae..88d2651ab0 100644 --- a/playbooks/groups/ipatuura.yml +++ b/playbooks/groups/ipatuura.yml @@ -31,7 +31,7 @@ owner_group: apache service: HTTP #host: "ipatuura{{ env_suffix }}.fedoraproject.org" - host: "{{ ansible_hostname }}" + host: "{{ ansible_fqdn }}" pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"