Skip to content

Commit 035dc13

Browse files
committed
fix: more new vars
1 parent 67bc2c9 commit 035dc13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ebssurrogate/scripts/qemu-bootstrap-nix.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ EOF
3737
# Run Ansible playbook
3838
export ANSIBLE_LOG_PATH=/tmp/ansible.log && export ANSIBLE_REMOTE_TEMP=/mnt/tmp
3939
ansible-playbook ./ansible/playbook.yml --extra-vars '{"nixpkg_mode": true, "debpkg_mode": false, "stage2_nix": false}' \
40+
--extra-vars "postgresql_version=postgresql_${POSTGRES_MAJOR_VERSION}" \
41+
--extra-vars "postgresql_major_version=${POSTGRES_MAJOR_VERSION}" \
4042
--extra-vars "psql_version=psql_${POSTGRES_MAJOR_VERSION}"
4143
}
4244

@@ -96,6 +98,8 @@ EOF
9698
ansible-playbook ./ansible/playbook.yml \
9799
--extra-vars '{"nixpkg_mode": false, "stage2_nix": true, "debpkg_mode": false, "qemu_mode": true}' \
98100
--extra-vars "git_commit_sha=${GIT_SHA}" \
101+
--extra-vars "postgresql_version=postgresql_${POSTGRES_MAJOR_VERSION}" \
102+
--extra-vars "postgresql_major_version=${POSTGRES_MAJOR_VERSION}" \
99103
--extra-vars "psql_version=psql_${POSTGRES_MAJOR_VERSION}"
100104
}
101105

0 commit comments

Comments
 (0)