vpn: refs #8748 - Names fix

This commit is contained in:
Xavi Lleó 2025-03-14 11:33:01 +01:00
parent 00239750a2
commit 9ac8501f14
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- name: Configure DHCP
- name: Configure IPsec StrongSwan
hosts: all
tasks:
- name: Configure services to install in the server

View File

@ -22,7 +22,7 @@
owner: root
group: root
mode: u=r,g=r,o=
- name: Configure ipsec.conf and charon
- name: Configure ipsec and charon
template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"