From 8c168d4fa872861f0a9d7a872c2ebe459b38c4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Fri, 14 Mar 2025 11:34:21 +0100 Subject: [PATCH] vpn: refs #8748 - Names fix --- playbooks/dhcp.yml | 2 +- playbooks/vpn-ipsec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/dhcp.yml b/playbooks/dhcp.yml index ebfc0c5..9a89db8 100644 --- a/playbooks/dhcp.yml +++ b/playbooks/dhcp.yml @@ -1,4 +1,4 @@ -- name: Configure IPsec StrongSwan +- name: Configure DHCP hosts: all tasks: - name: Configure services to install in the server diff --git a/playbooks/vpn-ipsec.yml b/playbooks/vpn-ipsec.yml index c8f0979..aa9b29a 100644 --- a/playbooks/vpn-ipsec.yml +++ b/playbooks/vpn-ipsec.yml @@ -1,4 +1,4 @@ -- name: Configure DHCP +- name: Configure IPsec StrongSwan hosts: all tasks: - name: Configure services to install in the server