Adding more details about tower_oauthtoken parameter

This commit is contained in:
John Westcott IV 2020-06-01 13:32:56 -04:00
parent 1a0407ba50
commit 7c88a51992

View File

@ -31,6 +31,9 @@ options:
tower_oauthtoken:
description:
- The Tower OAuth token to use.
- This value can be in one of two formats.
- A string which is the token itself. (i.e. bqV5txm97wqJqtkxlMkhQz0pKhRMMX)
- A dictionary structure as returned by the tower_token module.
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
type: raw
version_added: "3.7"