Added prompt license.txt file path.
diff --git a/setup-base.yml b/setup-base.yml index 6af078f..248b504 100644 --- a/setup-base.yml +++ b/setup-base.yml
@@ -5,7 +5,17 @@ apigee_config: ~/.apigee workspace: ~/apigee-workspace/opdk-workspace +# vars_prompt: +# - name: license_path +# prompt: "Enter path to license file" +# private: no + tasks: +# - name: Copy license file in .apigee folder +# copy: +# src: '{{ license_path }}' +# dest: '{{ apigee_config}}/license.txt' + - name: Create ansible configuration folders file: path: '{{ item }}'