On Tue, May 21, 2019 at 15:57:21 -0500, Bruno Wolff III bruno@wolff.to wrote:
I am trying to get a wrapped test script to work for squashfs-tools and the artifacts don't appear to be properly saved. I think I might be misunderstanding the wrapper example. Is the idea really that the test should run ansible with the basic role referring to the wrapper? I have been trying to run the wrapper as the test and it runs the shell script, but the test results don't end up where the CI can find them and the test fails.
It looks like the wrapper documentation is wrong about something. Artifacts don't seem to get copied back to where they are expected to be. I'm going to test if remote_artifacts is defined for the wrapper playbook. I'm guessing that only works if you explicitly use the base role. Then I'm going to try .., but I'm expecting that to be blocked by security checks.