You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, it appears to not modify the directory it passes to podman as the working directory. Even with "project_dir" specified, podman is still invoked with:
and if the 'project' directory does not exist in private_data_dir, will throw an error of Error: workdir "/runner/project" does not exist on container ...
Setting
project_dir
in theinterface.run()
method does not appear to work. Example:This should find the
demo/my_project/test.yml
playbook, but instead fails with:ERROR! the playbook: test.yml could not be found
The text was updated successfully, but these errors were encountered: