Remove weird non-ascii quote character

Change-Id: I598987c6d0cb967b5f6a2cadc1df14f0d69c2bbd
This commit is contained in:
David Moreau-Simard 2017-03-22 11:35:13 -04:00
parent 819057cb09
commit 251ec0cd7f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
dest: "{{ ara_config_path }}/ansible.cfg"
force: no
- name: Copy ARAs WSGI script to the config path
- name: Copy ARA's WSGI script to the config path
shell: cp -p $(which ara-wsgi) {{ ara_config_path }}
- name: Set up Apache configuration