I am using ansible-runner
along with pytest
to perform tests and it fits really with for my testing scenarios.
I generally use rotate_artifacts=-1
in order to explicitly avoid generating the respective artifacts, however the artifacts
directory is generated no matter what.
I was wondering is there a specific parameter I can use to avoid generating the artifacts directory during testing?