switched to semenatic versioning for version numbers in plugins, library and tools packages

This commit is contained in:
Sarabraj Singh
2021-05-24 13:42:58 -04:00
committed by Seth Foster
parent 25ca8d22d6
commit d2d511f596
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ short_description: gather all maintenance plan playbooks for an insights account
description: description:
- Supply insights Credentials to download all playbooks for all maintenance plans. - Supply insights Credentials to download all playbooks for all maintenance plans.
The totality of the plans are versioned based on the http ETag response. The totality of the plans are versioned based on the http ETag response.
version_added: "2.3" version_added: "2.3.0"
options: options:
insights_url: insights_url:
description: description:

View File

@@ -9,7 +9,7 @@ description:
- Unpacks an archive that contains a project, in order to support handling versioned - Unpacks an archive that contains a project, in order to support handling versioned
artifacts from (for example) GitHub Releases or Artifactory builds. artifacts from (for example) GitHub Releases or Artifactory builds.
- Handles projects in the archive root, or in a single base directory of the archive. - Handles projects in the archive root, or in a single base directory of the archive.
version_added: "2.9" version_added: "2.9.0"
options: options:
src: src:
description: description:

View File

@@ -40,7 +40,7 @@ options:
- A dictionary structure as returned by the token module. - A dictionary structure as returned by the token module.
- If value not set, will try environment variable C(CONTROLLER_OAUTH_TOKEN) and then config files - If value not set, will try environment variable C(CONTROLLER_OAUTH_TOKEN) and then config files
type: raw type: raw
version_added: "3.7" version_added: "3.7.0"
aliases: [ tower_oauthtoken ] aliases: [ tower_oauthtoken ]
validate_certs: validate_certs:
description: description:

View File

@@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: ad_hoc_command module: ad_hoc_command
author: "John Westcott IV (@john-westcott-iv)" author: "John Westcott IV (@john-westcott-iv)"
version_added: "4.0" version_added: "4.0.0"
short_description: create, update, or destroy Automation Platform Controller ad hoc commands. short_description: create, update, or destroy Automation Platform Controller ad hoc commands.
description: description:
- Create, update, or destroy Automation Platform Controller ad hoc commands. See - Create, update, or destroy Automation Platform Controller ad hoc commands. See

View File

@@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: credential_input_source module: credential_input_source
author: "Tom Page (@Tompage1994)" author: "Tom Page (@Tompage1994)"
version_added: "2.3" version_added: "2.3.0"
short_description: create, update, or destroy Automation Platform Controller credential input sources. short_description: create, update, or destroy Automation Platform Controller credential input sources.
description: description:
- Create, update, or destroy Automation Platform Controller credential input sources. See - Create, update, or destroy Automation Platform Controller credential input sources. See

View File

@@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: export module: export
author: "John Westcott IV (@john-westcott-iv)" author: "John Westcott IV (@john-westcott-iv)"
version_added: "3.7" version_added: "3.7.0"
short_description: export resources from Automation Platform Controller. short_description: export resources from Automation Platform Controller.
description: description:
- Export assets from Automation Platform Controller. - Export assets from Automation Platform Controller.

View File

@@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: import module: import
author: "John Westcott (@john-westcott-iv)" author: "John Westcott (@john-westcott-iv)"
version_added: "3.7" version_added: "3.7.0"
short_description: import resources into Automation Platform Controller. short_description: import resources into Automation Platform Controller.
description: description:
- Import assets into Automation Platform Controller. See - Import assets into Automation Platform Controller. See

View File

@@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: instance_group module: instance_group
author: "John Westcott IV (@john-westcott-iv)" author: "John Westcott IV (@john-westcott-iv)"
version_added: "4.0" version_added: "4.0.0"
short_description: create, update, or destroy Automation Platform Controller instance groups. short_description: create, update, or destroy Automation Platform Controller instance groups.
description: description:
- Create, update, or destroy Automation Platform Controller instance groups. See - Create, update, or destroy Automation Platform Controller instance groups. See

View File

@@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: token module: token
author: "John Westcott IV (@john-westcott-iv)" 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. short_description: create, update, or destroy Automation Platform Controller tokens.
description: description:
- Create or destroy Automation Platform Controller tokens. See - Create or destroy Automation Platform Controller tokens. See

View File

@@ -24,7 +24,7 @@ DOCUMENTATION = '''
--- ---
module: tower_{{ singular_item_type }} module: tower_{{ singular_item_type }}
author: "John Westcott IV (@john-westcott-iv)" author: "John Westcott IV (@john-westcott-iv)"
version_added: "4.0" version_added: "4.0.0"
short_description: create, update, or destroy Ansible Tower {{ human_readable }}. short_description: create, update, or destroy Ansible Tower {{ human_readable }}.
description: description:
- Create, update, or destroy Ansible Tower {{ human_readable }}. See - Create, update, or destroy Ansible Tower {{ human_readable }}. See