diff --git a/docs/specs/DEVX-157.md b/docs/specs/DEVX-157.md index a8bc5cf..0497b56 100644 --- a/docs/specs/DEVX-157.md +++ b/docs/specs/DEVX-157.md @@ -1,12 +1,12 @@ # DEVX-157: Add role defaults path to create_dependency_pr search ## Problem -`create_dependency_pr` only searches `pyproject.toml` and `ansible/group_vars/all/images.yml` for pinned versions. The sso-bridge role pins its version in `ansible/roles/sso_bridge/defaults/main.yml` via `sso_bridge_version: "0.1.0"`, which is not searched. +`create_dependency_pr` only searches `pyproject.toml` and the infra images vars file for pinned versions. The sso-bridge role pins its version in its role defaults file via `sso_bridge_version`, which is not searched. ## Approach -Add `ansible/roles/sso_bridge/defaults/main.yml` to the search paths. +Add the sso-bridge role defaults path to the search paths. -REQ-1: Add ROLE_DEFAULTS_PATH constant pointing to ansible/roles/sso_bridge/defaults/main.yml +REQ-1: Add ROLE_DEFAULTS_PATH constant pointing to the sso-bridge role defaults file REQ-2: Include ROLE_DEFAULTS_PATH in the search loop ## Test Plan