fix deprecated indentation and type (#11599)

* fix deprecated indentation and type

This was breaking docs build for any plugins that used this fragment

fixes #10776
This commit is contained in:
Brian Coca
2022-01-26 16:10:02 -05:00
committed by GitHub
parent db401e0daa
commit 43c8231f7d

View File

@@ -18,42 +18,42 @@ options:
env: env:
- name: CONTROLLER_HOST - name: CONTROLLER_HOST
- name: TOWER_HOST - name: TOWER_HOST
deprecated: deprecated:
- removed_from_collection: 'awx.awx.controller' collection_name: 'awx.awx'
- removed_in: '4.0.0' version: '4.0.0'
- why: Collection name change why: Collection name change
- alternative: '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.
env: env:
- name: CONTROLLER_USERNAME - name: CONTROLLER_USERNAME
- name: TOWER_USERNAME - name: TOWER_USERNAME
deprecated: deprecated:
- removed_from_collection: 'awx.awx.controller' collection_name: 'awx.awx'
- removed_in: '4.0.0' version: '4.0.0'
- why: Collection name change why: Collection name change
- alternative: 'CONTROLLER_USERNAME' alternatives: 'CONTROLLER_USERNAME'
password: password:
description: The password for your controller user. description: The password for your controller user.
env: env:
- name: CONTROLLER_PASSWORD - name: CONTROLLER_PASSWORD
- name: TOWER_PASSWORD - name: TOWER_PASSWORD
deprecated: deprecated:
- removed_from_collection: 'awx.awx.controller' collection_name: 'awx.awx'
- removed_in: '4.0.0' version: '4.0.0'
- why: Collection name change why: Collection name change
- alternative: 'CONTROLLER_PASSWORD' alternatives: 'CONTROLLER_PASSWORD'
oauth_token: oauth_token:
description: description:
- The OAuth token to use. - The OAuth token to use.
env: env:
- name: CONTROLLER_OAUTH_TOKEN - name: CONTROLLER_OAUTH_TOKEN
- name: TOWER_OAUTH_TOKEN - name: TOWER_OAUTH_TOKEN
deprecated: deprecated:
- removed_from_collection: 'awx.awx.controller' collection_name: 'awx.awx'
- removed_in: '4.0.0' version: '4.0.0'
- why: Collection name change why: Collection name change
- alternative: 'CONTROLLER_OAUTH_TOKEN' alternatives: 'CONTROLLER_OAUTH_TOKEN'
verify_ssl: verify_ssl:
description: description:
- Specify whether Ansible should verify the SSL certificate of the controller host. - Specify whether Ansible should verify the SSL certificate of the controller host.
@@ -62,11 +62,11 @@ options:
env: env:
- name: CONTROLLER_VERIFY_SSL - name: CONTROLLER_VERIFY_SSL
- name: TOWER_VERIFY_SSL - name: TOWER_VERIFY_SSL
deprecated: deprecated:
- removed_from_collection: 'awx.awx.controller' collection_name: 'awx.awx'
- removed_in: '4.0.0' version: '4.0.0'
- why: Collection name change why: Collection name change
- alternative: 'CONTROLLER_VERIFY_SSL' alternatives: 'CONTROLLER_VERIFY_SSL'
aliases: [ validate_certs ] aliases: [ validate_certs ]
notes: notes: