linode inventory plugin: fix parsing of access_token (#318)

Read config before trying to use the config.

Original issue: https://github.com/ansible/ansible/issues/66874
This commit is contained in:
Kenyon Ralph 2020-05-13 04:37:23 -07:00 committed by GitHub
parent 43c805f7db
commit 4dad1ee6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- linode inventory plugin - fix parsing of access_token (https://github.com/ansible/ansible/issues/66874)