Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 127 forks source link

Fix update error when stale graylog_repository.deb exists #75

Closed hnk closed 6 years ago

hnk commented 7 years ago

This fix simply adds the graylog_version to the filename to write a new file if the graylog version has changed.

Closes #74

mariussturm commented 7 years ago

Thanks for the PR! See the discussion in https://github.com/Graylog2/graylog-ansible-role/issues/74 I would rather add a note to the readme saying that in case of an update the users has to read the upgrade guide and 'un-lock' the upgrade by removing the old repo file manually. https://github.com/Graylog2/graylog2-server/blob/master/UPGRADING.rst

mariussturm commented 6 years ago

Closing because of no activity.