roles/graylog: Update Graylog repository RPM URL

Graylog 3.3 is currently installed on logs0.  Attempting to install the
*graylog-3.1-repository* package causes a transaction conflict, making
the task and playbook fail.
This commit is contained in:
2021-01-31 15:33:42 -06:00
parent ee93586a95
commit 7f8a9ce114

View File

@@ -1,6 +1,6 @@
- name: ensure graylog repository is available
package:
name=https://packages.graylog2.org/repo/packages/graylog-3.1-repository_latest.rpm
name=https://packages.graylog2.org/repo/packages/graylog-3.3-repository_latest.rpm
state=present
tags:
- install