Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/molecule/existing-host/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ provisioner:
hosts: inventory.yml
# The version SSoT. Without it any task reading hyperi_core_versions
# (the rustup pin, node_major) is undefined under this scenario.
group_vars: ${MOLECULE_PROJECT_DIRECTORY}/inventories/localhost/group_vars
group_vars: ${MOLECULE_PROJECT_DIRECTORY}/playbooks/group_vars

scenario:
name: existing-host
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/developer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docker_fedora_supported_releases:
# NodeSource publishes a repo PER MAJOR (node_24.x, node_22.x) and both provide
# the package `nodejs`, so a box can hold exactly one system-wide major. That is
# the n slot; fnm covers n-1 per user. Majors come from the SSoT -- see
# hyperi_core_versions in inventories/localhost/group_vars/all.yml.
# hyperi_core_versions in playbooks/group_vars/all.yml.
#
# The deb and rpm repos are signed by DIFFERENT keys, so both URLs are carried.
node_major: "{{ hyperi_core_versions.node_major }}"
Expand Down
Loading