Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib(inventory): fix Scaleway inventory used w/env variable token #35701

Merged
merged 1 commit into from
Feb 5, 2018

Commits on Feb 4, 2018

  1. contrib(inventory): fix Scaleway inventory used w/env variable token

    In order to authenticate with the Scaleway API for the contrib dynamic
    inventory Scaleway the environment variable SCALEWAY_TOKEN was read
    only if a value was set in the configuration .ini file.
    
    This PR fixes that allowing to read only the environment variable
    without needing to set a token in the configuration file.
    
    Closes ansible#35693
    Paul B committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    2cc01e8 View commit details
    Browse the repository at this point in the history