updated reference to the bootstrap script.
diff --git a/tasks/main.yml b/tasks/main.yml index c61e278..07ddf5a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,7 +1,7 @@ --- # tasks file for opdk-setup-bootstrap-archive-installer - name: Configure local repository - shell: "bash {{ archive_folder }}/repos/bootstrap.sh apigeeprotocol='file://' apigeerepobasepath={{ archive_folder }}/repos JAVA_FIX=C" + shell: "bash {{ archive_folder }}/repos/{{ bootstrap_filename }} apigeeprotocol='file://' apigeerepobasepath={{ archive_folder }}/repos JAVA_FIX=C" - name: Install apigee setup service shell: '{{ apigee_service }} apigee-setup install'