Update graylog-forwarder to use py3

Change-Id: I6ccd695d6aa61c1ef7f21f15c8ec89a2223381ac
This commit is contained in:
Dmitriy Rabotyagov 2020-10-01 12:37:04 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent b88a8fbb16
commit 6ec721bf49
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,8 @@
gather_facts: no
vars:
graylog_forwarder_system_packages:
- python-systemd
- python3-systemd
- python3-pip
graylog_forwarder_pip_packages:
- gelfclient==0.0.7
- journal2gelf==2.0.0
@ -41,4 +42,3 @@
state: started
execstarts:
- "/usr/local/bin/journal2gelf {{ graylog_target }}"