diff options
author | Sarabraj Singh <sarsingh@redhat.com> | 2021-05-24 19:42:58 +0200 |
---|---|---|
committer | Seth Foster <fosterbseth@gmail.com> | 2021-06-08 20:33:27 +0200 |
commit | d2d511f596a5e6101d8805588d3738aea000f965 (patch) | |
tree | 28b37ee1cba026c433d82cc14aebbf402cb9617a /awx_collection/plugins/modules/token.py | |
parent | added collection name to module.deprecate() calls; fixed pep8 linting issues (diff) | |
download | awx-d2d511f596a5e6101d8805588d3738aea000f965.tar.xz awx-d2d511f596a5e6101d8805588d3738aea000f965.zip |
switched to semenatic versioning for version numbers in plugins, library and tools packages
Diffstat (limited to 'awx_collection/plugins/modules/token.py')
-rw-r--r-- | awx_collection/plugins/modules/token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/token.py b/awx_collection/plugins/modules/token.py index 8f695f431c..d225f10f91 100644 --- a/awx_collection/plugins/modules/token.py +++ b/awx_collection/plugins/modules/token.py @@ -16,7 +16,7 @@ DOCUMENTATION = ''' --- module: token author: "John Westcott IV (@john-westcott-iv)" -version_added: "2.3" +version_added: "2.3.0" short_description: create, update, or destroy Automation Platform Controller tokens. description: - Create or destroy Automation Platform Controller tokens. See |