Skip to content

Commit e5eaf87

Browse files
authored
Add missing env name to playbook line
1 parent a733527 commit e5eaf87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/openstack-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ echo "Running playbook $PLAYBOOK"
4141
exec ansible-playbook \
4242
${PLAYBOOK} \
4343
-i ansible/inventory \
44-
-e @etc/openstack-config/openstack-config.yml \
44+
-e @etc/openstack-config/openstack-config${ENV}.yml \
4545
$@

0 commit comments

Comments
 (0)