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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user