yhzs8
yhzs8
similar strace output as in https://github.com/fluent/fluent-bit/issues/9917
running fluent-bit v2.2.3, cannot reproduce this issue.
As advised by the bot, retested on 2.16.11 (last known working version at least form ansible ppa for Ubuntu) before `dnf` is broken towards RHEL8 in 2.17 https://github.com/ansible/ansible/issues/82068), same result....
also tried `ansible.builtin.dnf` instead of `ansible.builtin.yum`, same result: ``` - name: Retrieve all installed RPM information ansible.builtin.dnf: list=installed register: rpm_packages - name: debug ansible.builtin.debug: var: rpm_packages.results ```