summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-04 11:05:51 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-04 11:05:51 +0200
commit9b62ca39598d470c2bc4db3a3e84f585c7b34083 (patch)
treea5849f47ec69d617b9cc3fbeff3be0662a9f494d /roles
parentfe61da643ed89af7dcfe0786c07f5a6daf5ea093 (diff)
[skip-ci] fix typo in notes
Diffstat (limited to 'roles')
-rw-r--r--roles/wireguard_gateway/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
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