Clarity on mutual exclusion of Username and Token (#61668)

##### SUMMARY
Although there is an example showing that username is not required with personal access token, it will be nice to more clearly state in options description. 
##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
pull/61717/head
Tahir Akhtar 5 years ago committed by John R Barker
parent 8e22a60f97
commit 58acc8d082

@ -57,10 +57,10 @@ options:
default: 'no'
username:
description:
- The username to authenticate with.
- The username to authenticate with. Should not be set when using personal access token
password:
description:
- The password to authenticate with. A personal access token can be used here in place of a password.
- The password to authenticate with. Alternatively, a personal access token can be used instead of I(username) and I(password) combination.
token:
description:
- The OAuth2 token or personal access token to authenticate with. Mutually exclusive with I(password).

Loading…
Cancel
Save