docs: update minimum required version for infisicalsdk in Token Auth section of Ansible documentation

This commit is contained in:
Victor Santos
2025-11-27 16:29:02 -03:00
parent a292a3e56c
commit a7b733ca91

View File

@@ -82,7 +82,7 @@ The Infisical Ansible Collection supports [Universal Auth](/documentation/platfo
Token Auth is the simplest authentication method that allows you to authenticate directly with an access token. This can be either a [Machine Identity Token Auth](/documentation/platform/identities/token-auth) token or a User JWT token.
<Note>
Please note that in order to use Token Auth, you must have `1.1.4` or newer of the `infisicalsdk` package installed.
Please note that in order to use Token Auth, you must have `1.0.13` or newer of the `infisicalsdk` package installed.
</Note>
```yaml