summaryrefslogtreecommitdiffstats
path: root/roles/network
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-10 00:47:04 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-10 01:21:26 +0200
commit448b78eaeb6ea80d44686f62419dd2b5892a6da9 (patch)
tree62ea6b652ac0d7d58dfa3a8d2daadbc3edb77cb6 /roles/network
parent31ab4af71809028695e747cc717dae0e45a21e8e (diff)
Fix linting and testing gateway with dummy interface
Diffstat (limited to 'roles/network')
-rw-r--r--roles/network/meta/argument_specs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/network/meta/argument_specs.yml b/roles/network/meta/argument_specs.yml
index c501d8bb..74060d0d 100644
--- a/roles/network/meta/argument_specs.yml
+++ b/roles/network/meta/argument_specs.yml
@@ -23,7 +23,7 @@ argument_specs:
description: "The network IP(4) gateway to configure when provided"
network_ipv6_gateway:
type: "str"
- description: "Static IPv6 default route via router link-local (e.g. fe80::1/end0) — set when router RA is disabled"
+ description: "Static IPv6 default route via router link-local — set when router RA is disabled"
required: false
network_bridge_interface:
type: "str"