One of the tasks in roles/standard-test-beakerlib/tasks/main.yml runs find and xargs, so explicitly make sure the findutils package is installed.
roles/standard-test-beakerlib/tasks/main.yml
find
xargs
findutils
Pull-Request has been merged by merlinm
One of the tasks in
roles/standard-test-beakerlib/tasks/main.ymlrunsfindandxargs, so explicitly make sure thefindutilspackage is installed.