Skip to content

Commit

Permalink
Update warning message for ansible playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Ibrahim Quwarah committed Sep 24, 2024
1 parent 9a397b7 commit 9b10929
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tmt/steps/prepare/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ class PrepareAnsible(tmt.steps.prepare.PreparePlugin[PrepareAnsibleData]):
.. warning::
When specifying playbooks with paths, all paths must be
relative to the metadata tree root.
When specifying playbooks with paths:
if metadata tree root exist:
all paths must be relative to the metadata tree root.
if metadata tree root NOT exist:
all paths must be relative to the current working directory.
Run a single playbook on the guest:
Expand Down

0 comments on commit 9b10929

Please sign in to comment.