Hi All,
Graylog server is running in my host version “graylog-server-2.1.1-3.noarch.rpm”, i am trying to upgrade this to “graylog-server-2.1.2-1.noarch.rpm”
Here is my ansible script
`
- name: Install Graylog server
yum: name=/tmp/graylog-server-2.1.2-1.noarch.rpm state=latest
`
During upgrade installation failing with below error, but i can see /tmp/graylog-server-2.1.2-1.noarch.rpm
`
TASK [upgrade-graylog : Install Graylog server] ********************************
fatal: [198.1xx.xxx.xx]: FAILED! => {“changed”: false, “failed”: true, “msg”: “No Package matching ‘/tmp/graylog-server-2.1.2-1.noarch.rpm’ found available, installed or updated”, “rc”: 0, “results”: }
`
Any help highly appreciated .
Regards,
Rayees