From e7203a2b160e46bad3a8d78999efc6691cf3e33b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 4 Sep 2025 11:05:51 +0200 Subject: [skip-ci] fix typo in notes --- roles/wireguard_gateway/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/wireguard_gateway/tasks') diff --git a/roles/wireguard_gateway/tasks/main.yml b/roles/wireguard_gateway/tasks/main.yml index cc0526a6..1c2887dc 100644 --- a/roles/wireguard_gateway/tasks/main.yml +++ b/roles/wireguard_gateway/tasks/main.yml @@ -66,7 +66,7 @@ state: "{{ 'present' if wireguard_gateway_enabled else 'absent' }}" with_items: "{{ wireguard_connections }}" failed_when: false - # NOTE: on github the 'IPv6 default: {}' and that makes teh task fails + # NOTE: on github the 'IPv6 default: {}' and that makes the task fails tags: - molecule-idempotence-notest @@ -80,7 +80,7 @@ ip_version: "ipv6" state: "{{ 'present' if wireguard_gateway_enabled else 'absent' }}" failed_when: false - # NOTE: on github the 'IPv6 default: {}' and that makes teh task fails + # NOTE: on github the 'IPv6 default: {}' and that makes the task fails tags: - molecule-idempotence-notest -- cgit v1.2.3