Revert "Add required params to deprecated docstrings"

This reverts commit dea2ce6fde.
This commit is contained in:
beeankha
2021-08-02 23:15:30 -04:00
parent dea2ce6fde
commit cf4a68c9b3

View File

@@ -19,8 +19,6 @@ options:
- name: CONTROLLER_HOST - name: CONTROLLER_HOST
- name: TOWER_HOST - name: TOWER_HOST
deprecated: deprecated:
removed_from_collection: awx.awx.controller
removed_in_version: "4.0.0"
alternatives: 'CONTROLLER_HOST' alternatives: 'CONTROLLER_HOST'
username: username:
description: The user that you plan to use to access inventories on the controller. description: The user that you plan to use to access inventories on the controller.
@@ -28,8 +26,6 @@ options:
- name: CONTROLLER_USERNAME - name: CONTROLLER_USERNAME
- name: TOWER_USERNAME - name: TOWER_USERNAME
deprecated: deprecated:
removed_from_collection: awx.awx.controller
removed_in_version: "4.0.0"
alternatives: 'CONTROLLER_USERNAME' alternatives: 'CONTROLLER_USERNAME'
password: password:
description: The password for your controller user. description: The password for your controller user.
@@ -37,8 +33,6 @@ options:
- name: CONTROLLER_PASSWORD - name: CONTROLLER_PASSWORD
- name: TOWER_PASSWORD - name: TOWER_PASSWORD
deprecated: deprecated:
removed_from_collection: awx.awx.controller
removed_in_version: "4.0.0"
alternatives: 'CONTROLLER_PASSWORD' alternatives: 'CONTROLLER_PASSWORD'
oauth_token: oauth_token:
description: description:
@@ -47,8 +41,6 @@ options:
- name: CONTROLLER_OAUTH_TOKEN - name: CONTROLLER_OAUTH_TOKEN
- name: TOWER_OAUTH_TOKEN - name: TOWER_OAUTH_TOKEN
deprecated: deprecated:
removed_from_collection: awx.awx.controller
removed_in_version: "4.0.0"
alternatives: 'CONTROLLER_OAUTH_TOKEN' alternatives: 'CONTROLLER_OAUTH_TOKEN'
verify_ssl: verify_ssl:
description: description:
@@ -59,8 +51,6 @@ options:
- name: CONTROLLER_VERIFY_SSL - name: CONTROLLER_VERIFY_SSL
- name: TOWER_VERIFY_SSL - name: TOWER_VERIFY_SSL
deprecated: deprecated:
removed_from_collection: awx.awx.controller
removed_in_version: "4.0.0"
alternatives: 'CONTROLLER_VERIFY_SSL' alternatives: 'CONTROLLER_VERIFY_SSL'
aliases: [ validate_certs ] aliases: [ validate_certs ]