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.
jenkins-master
Dustin 2021-01-31 15:33:42 -06:00
parent ee93586a95
commit 7f8a9ce114
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
- name: ensure graylog repository is available - name: ensure graylog repository is available
package: 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 state=present
tags: tags:
- install - install