a9a9a29871
Fix description field in galaxy.yml Remove "Technology Preview" from Collection README Merging individual ignore file and add it to the package Add a note to each module Doc to indicate it is private Add patches for network and storage role ansible-test fixes Simplify doc tags in %files, corrects a forgotten doc tag for ha_cluster Suppress one ansible-lint warning in ha_cluster Add patch for the inclusive language leftover on network-role README.md Related: rhbz#1961404
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From f4fabea55429077c2a4e94fe8015c4ab57f58ff3 Mon Sep 17 00:00:00 2001
|
|
From: Fernando Fernandez Mancera <ffmancera@riseup.net>
|
|
Date: Mon, 15 Feb 2021 11:02:55 +0100
|
|
Subject: [PATCH] README: remove "slaves" leftover from documentation
|
|
|
|
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
|
|
---
|
|
README.md | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/README.md b/README.md
|
|
index 6b15673..06a8b1b 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -300,7 +300,7 @@ different or the profile may not be tied to an interface at all.
|
|
|
|
The `zone` option sets the firewalld zone for the interface.
|
|
|
|
-Slaves to the bridge, bond or team devices cannot specify a zone.
|
|
+Ports to the bridge, bond or team devices cannot specify a zone.
|
|
|
|
|
|
### `ip`
|
|
@@ -367,7 +367,7 @@ The IP configuration supports the following options:
|
|
|
|
**Note:** When `route_append_only` or `rule_append_only` is not specified, the `network` role deletes the current routes or routing rules.
|
|
|
|
-**Note:** Slaves to the bridge, bond or team devices cannot specify `ip` settings.
|
|
+**Note:** Ports to the bridge, bond or team devices cannot specify `ip` settings.
|
|
|
|
### `ethtool`
|
|
|
|
--
|
|
2.29.2
|
|
|