Graylog2 / graylog-ansible-role

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

Fix error ci #137

Closed smutel closed 4 years ago

smutel commented 4 years ago
CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

malcyon commented 4 years ago

@mariussturm Can you bless this PR? The current CI build is broken, and it looks like this fixes it.

The Travis build on the master branch fails with:

ansible-playbook graylog.yml
ERROR! 'name' is not a valid attribute for a Block

The issue seems to be because: "Blocks didn't have a name property until 2.3"

https://github.com/ansible/ansible/issues/41939