library/roles/smartgears/smartgears/tasks/smartgears-app.yml: Quote the stopContainer.sh shell command.

This commit is contained in:
Andrea Dell'Amico 2018-01-31 12:44:41 +01:00
parent cc9a426761
commit dc3d36fb00
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
- name: Stop the smartgears container before launching the upgrade script
become: True
become_user: '{{ smartgears_user }}'
shell: {{ smartgears_user_home }}/stopContainer.sh
shell: '{{ smartgears_user_home }}/stopContainer.sh'
when:
- smartgears_upgrade or ( smartgears_download | changed )
- smartgears_stop_script.stat.exists