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
On the other hand when running the importing one that imports the actual one, it does not work:
prepare
...
queued prepare task #4: Enable FIPS mode on default-0
...
prepare task #4: Enable FIPS mode on default-0
how: ansible
name: Enable FIPS mode
playbook: https://.../playbooks/enable-fips.yaml
playbook-path: playbook-0ldv71eq.yml
fail: Playbook '/var/ARTIFACTS/work-fips-enabled-buildroot-disabled0niufoxa/import/plans/ci/fips-enabled-buildroot-disabled/playbook-0ldv71eq.yml' does not exist.
I believe the issue is that TMT downloads the playbook into different directory than than "/import/plans/..." directory (maybe the actual run directory, ie. "/plans/..."?
The text was updated successfully, but these errors were encountered:
When running a an imported plan that contains Ansible playbook specified as URL, prepare phase fails claiming that the playbook does not exist.
Importing plan:
Actual plan:
Playbook URL is correct, the playbook is reachable. This can be proved by running the actual plan directly - it just works:
On the other hand when running the importing one that imports the actual one, it does not work:
I believe the issue is that TMT downloads the playbook into different directory than than "/import/plans/..." directory (maybe the actual run directory, ie. "/plans/..."?
The text was updated successfully, but these errors were encountered: