library/roles/smartgears/smartgears/tasks/smartgears-app.yml: Quote the stopContainer.sh shell command.
This commit is contained in:
parent
cc9a426761
commit
dc3d36fb00
|
@ -45,7 +45,7 @@
|
||||||
- name: Stop the smartgears container before launching the upgrade script
|
- name: Stop the smartgears container before launching the upgrade script
|
||||||
become: True
|
become: True
|
||||||
become_user: '{{ smartgears_user }}'
|
become_user: '{{ smartgears_user }}'
|
||||||
shell: {{ smartgears_user_home }}/stopContainer.sh
|
shell: '{{ smartgears_user_home }}/stopContainer.sh'
|
||||||
when:
|
when:
|
||||||
- smartgears_upgrade or ( smartgears_download | changed )
|
- smartgears_upgrade or ( smartgears_download | changed )
|
||||||
- smartgears_stop_script.stat.exists
|
- smartgears_stop_script.stat.exists
|
||||||
|
|
Loading…
Reference in New Issue