From 251ec0cd7f5cb46f84f1ef22e4b79a92f5c9f02d Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Wed, 22 Mar 2017 11:35:13 -0400 Subject: [PATCH] Remove weird non-ascii quote character Change-Id: I598987c6d0cb967b5f6a2cadc1df14f0d69c2bbd --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ecce018..2e6418f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -73,7 +73,7 @@ dest: "{{ ara_config_path }}/ansible.cfg" force: no - - name: Copy ARA’s 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