-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Don't override package name unless "latest" #108
Conversation
The failing lint test has nothing to do with my change.
|
Thanks! 👍 I'll try to fix the error tonight, as this has indeed nothing to do with your change. |
Hi there, This modification is actually introducing a regression. Before that we could use As influxdata repositories doesn't keep an history of the previous versions of their package, this playbook will break everytime they release a new version. |
Adding some ref #92 |
Reason: bad PR in upstream repository dj-wasabi/ansible-telegraf#108
After some investigation, this PR should actually be reverted. You can't set the fact
When |
Maybe instead of reverting this change, a new change to convert the ’telegraf_agent_package’ variable to ‘telegraf’ when latest is set? |
Description of PR
Flip conditional to prevent override of package name unless 'latest' flag is given
Type of change
Bugfix Pull Request
Fixes an issue
#95