summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2025-10-19 21:07:22 +1000
committerGitHub <noreply@github.com>2025-10-19 07:07:22 -0400
commit17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c (patch)
tree07d4ed14ea38aef0215386fcb41b055c122f53fd /README.md
parent79c844c2a58cd84671db78ee063f6b9b5fd942bb (diff)
downloadvyos.vyos-17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c.tar.gz
vyos.vyos-17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c.zip
Fixes for sanity checks broken by upstream (#435)
* init for upstream sanity checks * PY3 removed * procenv.py PY3 fix * changelog * Bulk commit of linter changes * Clean-up
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6650cb67..df9d916e 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,8 @@ compatibility with older versions of VyOS are maintained but not guaranteed.
<!--start requires_ansible-->
## Ansible version compatibility
-This collection has been tested against following Ansible versions: **>=2.15.0**.
+This collection has been tested against the following Ansible versions: **>=2.15.0**.
-For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
-fully qualified collection name (for example, `cisco.ios.ios`).
Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
PEP440 is the schema used to describe the versions of Ansible.