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

Fix typo with file endings in example #75

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Conversation

goetzk
Copy link
Contributor

@goetzk goetzk commented Jun 20, 2023

Example provided in documentation didn't match the validity checks embedded in vultr.py inventory plugin.

Description

Update example filenames to match in-code validity checks

running ansible-inventory with -vvv shows

host_list declined parsing /[path]/vultr-instances.yaml as it did not pass its verify_file() method
Skipping due to inventory configuration file name mismatch. Valid filename endings: vultr.yaml, vultr.yml, vultr_hosts.yaml, vultr_hosts.yml, vultr_instances.yaml, vultr_instances.yml

Checklist:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Example provided in documentation didn't match the validity checks embedded in
vultr.py inventory plugin.
@resmo resmo merged commit ef17d0a into vultr:main Jun 20, 2023
@resmo
Copy link
Collaborator

resmo commented Jun 20, 2023

good catch. Thanks!

@goetzk goetzk deleted the docs-typo-fix branch June 20, 2023 06:48
@goetzk
Copy link
Contributor Author

goetzk commented Jun 20, 2023

Thanks for the quick merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants