Closed jdelvecchio closed 3 years ago
@jdelvecchio we would welcome a PR that is tested.
I am here to clean up old tickets.
I tested this, and it does enable the service in my Vagrant instance.
It looks like it is being enabled here:
https://github.com/Graylog2/graylog-ansible-role/blob/main/handlers/main.yml#L16
Can this feature be added ? Or is there a reason why it is not in this role ?
The only code that refers to 'boot' in this role is at tasks/server.yml
And it seems outdated, the correct block should be (on systemd based OS) the following
Thanks.