This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
fix bubble.jar var reference in bubble ansible role
tags/v0.1.8
Jonathan Cobb
5 years ago
parent
d1ce4ee644
commit
2c774bdf67
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
automation/roles/bubble/tasks/main.yml
+ 1
- 1
automation/roles/bubble/tasks/main.yml
View File
@@ -40,7 +40,7 @@
- name: Install bubble jar
copy:
src:
"{{ item }}"
src:
bubble.jar
dest: /home/bubble/bubble_{{ bubble_version }}/bubble.jar
owner: bubble
group: bubble
Write
Preview
Loading…
Cancel
Save