-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix task-adjacent search path in roles #83621
Merged
s-hertel
merged 3 commits into
ansible:devel
from
s-hertel:fix-relative-search-path-roles
Aug 6, 2024
Merged
Fix task-adjacent search path in roles #83621
s-hertel
merged 3 commits into
ansible:devel
from
s-hertel:fix-relative-search-path-roles
Aug 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansibot
added
bug
This issue/PR relates to a bug.
needs_triage
Needs a first human triage before being processed.
has_issue
labels
Jul 16, 2024
s-hertel
force-pushed
the
fix-relative-search-path-roles
branch
from
July 16, 2024 22:12
5563ce0
to
96de72a
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
mkrizek
removed
the
needs_triage
Needs a first human triage before being processed.
label
Jul 23, 2024
bcoca
approved these changes
Jul 23, 2024
ansibot
added
the
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
label
Jul 30, 2024
This is also a problem on the stable-16 branch. would be good to fix there as well. Thanks! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
ansibot
removed
the
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
label
Aug 2, 2024
s-hertel
added a commit
to s-hertel/ansible
that referenced
this pull request
Aug 6, 2024
* Restore search path in the current task file’s directory for roles (cherry picked from commit 0be66ed)
s-hertel
added a commit
to s-hertel/ansible
that referenced
this pull request
Aug 6, 2024
* Restore search path in the current task file’s directory for roles (cherry picked from commit 0be66ed)
This was referenced Aug 6, 2024
bcoca
pushed a commit
to bcoca/ansible
that referenced
this pull request
Aug 12, 2024
* Restore search path in the current task file’s directory for roles
sivel
pushed a commit
that referenced
this pull request
Aug 28, 2024
sivel
pushed a commit
that referenced
this pull request
Aug 28, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Fixes #82695
Fix searching relative to the current task file's directory for as documented in https://docs.ansible.com/ansible/latest/playbook_guide/playbook_pathing.html#resolving-local-relative-paths (item 3):
ISSUE TYPE