Graylog2 / graylog-ansible-role

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

Error when running the ansible Galaxy role #56

Closed joaosa closed 7 years ago

joaosa commented 7 years ago

When installing with ansible-galaxy install Graylog2.graylog-ansible-role, I'm getting the following error when attempting to use the role:

The error appears to have been in '/private/etc/ansible/roles/Graylog2.graylog-ansible-role/meta/main.yml': line 4, column 5, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  - { role: lesmyrmidons.mongodb, when: graylog_install_mongodb }
  - { role: ansible-elasticsearch, when: graylog_install_elasticsearch }
    ^ here

It seems like that the version, published on Ansible Galaxy, is missing the single quotes that would fix this bug and are already present here.

Could you update the published version? :)

joaosa commented 7 years ago

It seems like I misdiagnosed the issue. Closing this.