From 52054457861bd67daaee2728bc0fd7ac6c6c241c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Math=C3=A9o=20Cimbaro?= <25774021+DiscowZombie@users.noreply.github.com> Date: Fri, 3 Mar 2023 07:58:23 +0100 Subject: [PATCH] Fixed Readme (#182) Fixed https://github.com/githubixx/ansible-role-wireguard/commit/dd64b7bf2a6423789d73bb86f71ef1276ede3fd1#r102734826 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54e8130..21d50f9 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ wireguard_rockylinux8_installation_method: "standard" Every host in `host_vars/` should configure at least one address via `wireguard_address` or `wireguard_addresses`. The `wireguard_address` can only contain one IPv4, thus it's recommended to use the `wireguard_addresses` variable that can contain an array of both IPv4 and IPv6 addresses. ```yaml -wireguard_address: +wireguard_addresses: - "10.8.0.101/24" ```