Skip to content

Commit 40453cb

Browse files
authored
fix token variable name (#1015)
1 parent 0940b58 commit 40453cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Define following vars here, or in `aap_configs/controller_auth.yml`
102102
You can also specify authentication by a combination of either:
103103

104104
- `aap_hostname`, `aap_username`, `aap_password`
105-
- `aap_hostname`, `controller_oauthtoken`
105+
- `aap_hostname`, `aap_token`
106106

107107
The OAuth2 token is the preferred method. You can obtain the token through the preferred `controller_token` module, or through the
108108
AWX CLI [login](https://docs.ansible.com/automation-controller/latest/html/controllerapi/authentication.html)

0 commit comments

Comments
 (0)