1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

feat!: remove inventory api_token_env option (#454)

##### SUMMARY

Remove the previously deprecated `api_token_env` to fully leverage the
ansible inventory options loader.

##### ISSUE TYPE

- Feature Pull Request


##### COMPONENT NAME

inventory
This commit is contained in:
Jonas L 2024-02-05 12:18:39 +01:00 committed by GitHub
parent 86b76620da
commit d0c82aec86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 34 deletions

View file

@ -0,0 +1,2 @@
breaking_changes:
- inventory - Remove the deprecated `api_token_env` option, you may use the `ansible.builtin.env` lookup as alternative.