diff options
author | John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> | 2023-07-27 15:22:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 15:22:41 +0200 |
commit | 5a63533967a052a5727872cba878f8232d8e973a (patch) | |
tree | 677ce911b612430c368a9df302b5c38f566bdc5a /awx_collection/README.md | |
parent | Only show the product version header when the requester is authenticated (#14... (diff) | |
download | awx-5a63533967a052a5727872cba878f8232d8e973a.tar.xz awx-5a63533967a052a5727872cba878f8232d8e973a.zip |
Added support to collection for named urls (#14205)
Diffstat (limited to 'awx_collection/README.md')
-rw-r--r-- | awx_collection/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awx_collection/README.md b/awx_collection/README.md index 2be1ad624a..179ee2b9ea 100644 --- a/awx_collection/README.md +++ b/awx_collection/README.md @@ -68,6 +68,7 @@ Notable releases of the `awx.awx` collection: - 7.0.0 is intended to be identical to the content prior to the migration, aside from changes necessary to function as a collection. - 11.0.0 has no non-deprecated modules that depend on the deprecated `tower-cli` [PyPI](https://pypi.org/project/ansible-tower-cli/). - 19.2.1 large renaming purged "tower" names (like options and module names), adding redirects for old names + - X.X.X added support of named URLs to all modules. Anywhere that previously accepted name or id can also support named URLs - 0.0.1-devel is the version you should see if installing from source, which is intended for development and expected to be unstable. The following notes are changes that may require changes to playbooks: |