geerlingguy / ansible-role-fluentd

Ansible role - Fluentd (td-agent)
https://galaxy.ansible.com/geerlingguy/fluentd
MIT License
34 stars 28 forks source link

escaping backslashes produced incorrect formatting for URL path #11

Closed ilyaGotfryd closed 3 years ago

ilyaGotfryd commented 3 years ago

When using ansible-playbook and seeing it fail on td-agent install step analyzed outgoing traffic and realized it was producing 404 trying to reach https://packages.treasuredata.com/3/redhat/\8/\x86_64_repodata/repomd.xml I went into the local deployment of the installed role and modified URL removing backslashes. It fixed the issue. NOTE: Source ansible machine Ubuntu, destination Centos 8 python3 interpreter.