You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in its documentation. If you look at documentation with the ansible-doc CLI tool
643
643
from ansible-core before 2.15, please note that it does not render the markup
644
644
correctly. You should be still able to read it in most cases, but you need
645
645
ansible-core 2.15 or later to see it as it is intended. Alternatively you can
646
-
look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/dns/>`__
646
+
look at `the devel docsite <https://docs.ansible.com/projects/ansible/devel/collections/community/dns/>`__
647
647
for the rendered HTML version of the documentation of the latest release.
648
648
649
649
Known Issues
650
650
------------
651
651
652
-
- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/dns/.
652
+
- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/projects/ansible/devel/collections/community/dns/.
[](https://github.com/ansible-collections/community.dns/actions/workflows/check-psl.yml)
@@ -17,9 +17,9 @@ Please note that this collection does **not** support Windows targets.
17
17
18
18
## Code of Conduct
19
19
20
-
We follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
20
+
We follow [Ansible Code of Conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
21
21
22
-
If you encounter abusive behavior violating the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html), please refer to the [policy violations](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html#policy-violations) section of the Code of Conduct for information on how to raise a complaint.
22
+
If you encounter abusive behavior violating the [Ansible Code of Conduct](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html), please refer to the [policy violations](https://docs.ansible.com/projects/ansible/latest/community/code_of_conduct.html#policy-violations) section of the Code of Conduct for information on how to raise a complaint.
23
23
24
24
## Communication
25
25
@@ -29,9 +29,9 @@ If you encounter abusive behavior violating the [Ansible Code of Conduct](https:
29
29
*[Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.
30
30
*[News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events.
31
31
32
-
* The Ansible [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
32
+
* The Ansible [Bullhorn newsletter](https://docs.ansible.com/projects/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
33
33
34
-
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
34
+
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/projects/ansible/devel/community/communication.html).
35
35
36
36
## Tested with Ansible
37
37
@@ -43,9 +43,9 @@ Depends on the plugin or module used.
43
43
44
44
## Collection Documentation
45
45
46
-
Browsing the [**latest** collection documentation](https://docs.ansible.com/ansible/latest/collections/community/dns) will show docs for the _latest version released in the Ansible package_, not the latest version of the collection released on Galaxy.
46
+
Browsing the [**latest** collection documentation](https://docs.ansible.com/projects/ansible/latest/collections/community/dns/) will show docs for the _latest version released in the Ansible package_, not the latest version of the collection released on Galaxy.
47
47
48
-
Browsing the [**devel** collection documentation](https://docs.ansible.com/ansible/devel/collections/community/dns) shows docs for the _latest version released on Galaxy_.
48
+
Browsing the [**devel** collection documentation](https://docs.ansible.com/projects/ansible/devel/collections/community/dns/) shows docs for the _latest version released on Galaxy_.
49
49
50
50
We also separately publish [**latest commit** collection documentation](https://ansible-collections.github.io/community.dns/branch/main/) which shows docs for the _latest commit in the `main` branch_.
51
51
@@ -98,23 +98,23 @@ collections:
98
98
- name: community.dns
99
99
```
100
100
101
-
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
101
+
See [Ansible Using collections](https://docs.ansible.com/projects/ansible/latest/user_guide/collections_using.html) for more details.
102
102
103
103
## Contributing to this collection
104
104
105
-
If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured [`COLLECTIONS_PATH`](https://docs.ansible.com/ansible/latest/reference_appendices/config.html#collections-paths), and work on it there.
105
+
If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured [`COLLECTIONS_PATH`](https://docs.ansible.com/projects/ansible/latest/reference_appendices/config.html#collections-paths), and work on it there.
106
106
107
107
See [TESTING.md](https://github.com/ansible-collections/community.dns/tree/main/TESTING.md) for information on running the tests.
108
108
109
-
You can find more information in the [developer guide for collections](https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#contributing-to-collections), and in the [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html).
109
+
You can find more information in the [developer guide for collections](https://docs.ansible.com/projects/ansible/devel/dev_guide/developing_collections.html#contributing-to-collections), and in the [Ansible Community Guide](https://docs.ansible.com/projects/ansible/latest/community/index.html).
110
110
111
111
## Release notes
112
112
113
113
See the [changelog](https://github.com/ansible-collections/community.dns/tree/main/CHANGELOG.md).
114
114
115
115
## Releasing, Versioning and Deprecation
116
116
117
-
This collection follows [Semantic Versioning](https://semver.org/). More details on versioning can be found [in the Ansible docs](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#collection-versions).
117
+
This collection follows [Semantic Versioning](https://semver.org/). More details on versioning can be found [in the Ansible docs](https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_collections.html#collection-versions).
118
118
119
119
We plan to regularly release new minor or bugfix versions once new features or bugfixes have been implemented.
120
120
@@ -125,11 +125,11 @@ We currently are not planning any deprecations or new major releases like 2.0.0
Copy file name to clipboardExpand all lines: TESTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ TODO: Use nox for this
25
25
26
26
## Running nox based sanity tests and code formatting
27
27
28
-
These tests require [`nox` (version 2025.02.09 or greater)](https://pypi.org/project/nox) and [`antsibull-nox`](https://pypi.org/project/antsibull-nox/). Note that running `nox` without `antsibull-nox` present will automatically create a venv that installs all needed requirements. You can also use `pipx run noxfile.py` or similar Python runners; they detect the script metadata in `noxfile.py` and will automatically install `nox` and `antsibull-nox`. Details can be found [on the antsibull-nox Getting Started page](https://ansible.readthedocs.io/projects/antsibull-nox/getting-started/#running-tests).
28
+
These tests require [`nox` (version 2025.02.09 or greater)](https://pypi.org/project/nox) and [`antsibull-nox`](https://pypi.org/project/antsibull-nox/). Note that running `nox` without `antsibull-nox` present will automatically create a venv that installs all needed requirements. You can also use `pipx run noxfile.py` or similar Python runners; they detect the script metadata in `noxfile.py` and will automatically install `nox` and `antsibull-nox`. Details can be found [on the antsibull-nox Getting Started page](https://docs.ansible.com/projects/antsibull-nox/getting-started/#running-tests).
29
29
30
30
Run `nox -e lint` to run all sanity tests, including code formatting.
0 commit comments