Commit 2643655e authored by S M Y's avatar S M Y
Browse files

Cassandra state validated code changes along with updated parameters

parent 65c9a8c1
No related merge requests found
Showing with 11 additions and 11 deletions
+11 -11
#- name: Copy the jar
# become: yes
# copy:
# src: "{{cassandra_jar_path}}/statevalidator-util-1.0-SNAPSHOT-jar-with-dependencies.jar"
# dest: "{{cassandra_deploy_path}}"
# run_once: true
#
#- name: Run the application
# shell: java -jar statevalidator-util-1.0-SNAPSHOT-jar-with-dependencies.jar
# run_once: true
#
- name: Copy the jar
become: yes
copy:
src: "{{cassandra_jar_path}}/statevalidator-util-1.0-SNAPSHOT-jar-with-dependencies.jar"
dest: "{{cassandra_deploy_path}}"
run_once: true
- name: Run the application
shell: java -jar statevalidator-util-1.0-SNAPSHOT-jar-with-dependencies.jar
run_once: true
- name: cloning the sunbird-utils repo
file:
state: absent
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment