--- - hosts: localhost tags: classic vars: - artifacts: ./artifacts roles: - role: bats_installed - role: set_image - role: nonroot_user - role: run_bats_tests tests: - name: toolbox package: toolbox environment: PODMAN: /usr/bin/podman TOOLBOX_TEST_SYSTEM_ID: rhel TOOLBOX_TEST_VERSION_ID: 8.4 become: true