You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/12 07:16:10 UTC

[GitHub] markusthoemmes closed pull request #3090: Remove obsolete code to remove old config directory of nginx.

markusthoemmes closed pull request #3090: Remove obsolete code to remove old config directory of nginx.
URL: https://github.com/apache/incubator-openwhisk/pull/3090
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ansible/roles/nginx/tasks/clean.yml b/ansible/roles/nginx/tasks/clean.yml
index 2988b89c63..eada58de1e 100644
--- a/ansible/roles/nginx/tasks/clean.yml
+++ b/ansible/roles/nginx/tasks/clean.yml
@@ -14,15 +14,6 @@
     state: absent
   become: "{{ nginx.dir.become }}"
 
-# As I changed the location of the log directory, this task will still remove the old config directory
-# This step will be removed soon again.
-- name: remove old config directory
-  file:
-    path: "{{ nginx.confdir | regex_replace('wskconf/nginx$', 'nginx') }}"
-    state: absent
-  become: "{{ nginx.dir.become }}"
-  when: nginx.confdir | match(".*/wskconf/nginx")
-
 - name: remove nginx log directory
   file:
     path: "{{ whisk_logs_dir }}/nginx"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services