Graylog2 / graylog-ansible-role

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

Remove useless package #79

Closed pdesgarets closed 6 years ago

pdesgarets commented 6 years ago

add-apt-repository, provided by python-software-properties for Debian < 9 and by software-properties-common on Debian 9, is not used anywhere.

This task was useless and made the role incompatible with Debian 9.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

mariussturm commented 6 years ago

LGTM!