We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be1a58 commit a447d23Copy full SHA for a447d23
collection_prep/cmd/add_docs.py
@@ -59,10 +59,8 @@
59
TEMPLATE_DIR = os.path.dirname(__file__)
60
ANSIBLE_COMPAT = """## Ansible version compatibility
61
62
-This collection has been tested against following Ansible versions: **{requires_ansible}**.
+This collection has been tested against the following Ansible versions: **{requires_ansible}**.
63
64
-For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
65
-fully qualified collection name (for example, `cisco.ios.ios`).
66
Plugins and modules within a collection may be tested with only specific Ansible versions.
67
A collection may contain metadata that identifies these versions.
68
PEP440 is the schema used to describe the versions of Ansible.
0 commit comments