Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
2643655e
Commit
2643655e
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
Cassandra state validated code changes along with updated parameters
parent
65c9a8c1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/cassandra-state-validated/tasks/main.yml
+11
-11
ansible/roles/cassandra-state-validated/tasks/main.yml
with
11 additions
and
11 deletions
+11
-11
ansible/roles/cassandra-state-validated/tasks/main.yml
+
11
−
11
View file @
2643655e
#
- 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets