Due to the deprecation of the command warning feature[*1], standard-test-roles in rawhide doesn't work properly. I know this has been fixed in git[*2]. so we need a patched version in rawhide as far as possible because this causes Fedora CI failure on some packages. [*1] https://github.com/ansible/ansible/pull/70504 [*2] https://pagure.io/standard-test-roles/c/94e8572cbc278d14ab76ead4cc1401c4ea19dccf?branch=master Reproducible: Always Steps to Reproduce: 1.run something with ansible-playbook which use pkg-dnf.yml 2. 3. Actual Results: Failed with the reason "Unsupported parameters for (ansible.legacy.command) module: warn." Expected Results: task should be sucessfully done
fixes the issue of failing on installing packages through pkg-dnf.yml PR: https://src.fedoraproject.org/rpms/standard-test-roles/pull-request/15 spec: https://src.fedoraproject.org/fork/sshil/rpms/standard-test-roles/raw/c52acd016805c0e0367d0523b84af9a0f2ac55cb/f/standard-test-roles.spec
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39.
We have moved to using tmt tests. Better close this.