When running a test locally, like with
ansible-playbook -i ~/inventory-2201 --tags=classic tests/tests.yml
I always get this error:
TASK [str-common-pkgs : include_tasks] ********************************************************************* fatal: [sut]: FAILED! => {"reason": "Unable to retrieve file contents\nCould not find or access '/home/martin/redhat/cockpit/tests/pkgs-yum4.yml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
This is not documented in https://fedoraproject.org/wiki/Changes/InvokingTests or otherwise. Merely touching the file works, though.
This needs https://copr.devel.redhat.com/coprs/astepano/standard-test-roles-internal/
Worked fine now, thanks!
Metadata Update from @martinpitt: - Issue status updated to: Closed (was: Open)