Graylog2 / graylog-ansible-role

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

Raise dependency on jdauphant.nginx to latest upstream version v2.21.2 #109

Closed mika closed 5 years ago

mika commented 5 years ago

Fixes:

| `ERROR! 'always_run' is not a valid attribute for a Handler

Closes: #94

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

mika commented 5 years ago

The failing travis build is independent from my PR, AFAICT:

+ ansible-playbook graylog.yml
ERROR! 'name' is not a valid attribute for a Block
The error appears to have been in '/elastic.elasticsearch/tasks/snapshot-release.yml': line 37, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: set snapshot urls for es_plugins when it is defined
  ^ here

Maybe the elastic.elasticsearch dependency should be bound to a commit, instead of using master? (The elastic version should maybe also get raised from 5.x also to 6.x in tests, docs?)