Explorar el Código

fix bubble.jar var reference in bubble ansible role

tags/v0.1.8
Jonathan Cobb hace 5 años
padre
commit
2c774bdf67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      automation/roles/bubble/tasks/main.yml

+ 1
- 1
automation/roles/bubble/tasks/main.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar