library/roles/shinyproxy/tasks/main.yml: Fix a typo.
This commit is contained in:
parent
f32fde225f
commit
3e31528a9d
|
@ -14,7 +14,7 @@
|
|||
file: src={{ shinyproxy_install_dir }}/{{ shinyproxy_file_name }} dest={{ shinyproxy_install_dir }}/{{ shinyproxy_app_name }} state=link
|
||||
|
||||
- name: Install the upstart init file
|
||||
template: src=upstart-shiniproxy.conf.j2 dest=/etc/init/shinyproxy.conf owner=root group=root mode=0644
|
||||
template: src=upstart-shinyproxy.conf.j2 dest=/etc/init/shinyproxy.conf owner=root group=root mode=0644
|
||||
when: is_trusty
|
||||
|
||||
- name: Ensure that the shinyproxy service is enabled and running
|
||||
|
|
Loading…
Reference in New Issue