The standard test roles have been revised so they will use the artifacts directory provided by the environment variable TEST_ARTIFACTS (if specified), otherwise they will use the ./artifacts directory. Note: The artifacts variables had to be removed from the _role_/vars/main.yml files and added to the _role_/defaults/main.yml files to lower their precedence so the value could be set from somewhere other than a command line extra vars (-e) value.
The standard test roles have been revised so they will use the artifacts directory provided by the environment variable TEST_ARTIFACTS (if specified), otherwise they will use the
./artifactsdirectory. Note: Theartifactsvariables had to be removed from the_role_/vars/main.ymlfiles and added to the_role_/defaults/main.ymlfiles to lower their precedence so the value could be set from somewhere other than a command line extra vars (-e) value.