Closed jmsierra closed 3 years ago
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.
If
fluentd_version
variable is defined programatically depending on something else. For example:It's always casted as string, making the following check in
tasks/main.yml
to fail and always consider it as >=4However the installation is done as version 3, raising the following error:
I'd say it could be changed for the following to force the casting to int before making the comparison: