-
Notifications
You must be signed in to change notification settings - Fork 139
Move cifmw_basedir var to group_vars - part four #3456
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
base: main
Are you sure you want to change the base?
Move cifmw_basedir var to group_vars - part four #3456
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
recheck |
58a9519 to
9a0f2cb
Compare
|
recheck |
The `cifmw_basedir` variable is now expected to be defined group_vars. Previous fallback to `ansible_user_dir ~ '/ci-framework-data'` has been removed from playbooks and roles. This change ensures consistency across roles and prevents accidental use of a default path when `cifmw_basedir` is intentionally unset. This commit is one part of a set of changes. Signed-off-by: Daniel Pawlik <[email protected]>
9a0f2cb to
cbb0cbf
Compare
The
cifmw_basedirvariable is now expected to be defined group_vars. Previous fallback toansible_user_dir ~ '/ci-framework-data'has been removed from playbooks and roles.This change ensures consistency across roles and prevents accidental use of a default path when
cifmw_basediris intentionally unset.This commit is one part of a set of changes.