This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 322b044  Remove obsolete code to remove old config directory of nginx. 
(#3090)
322b044 is described below

commit 322b044f1b294d83e846a9ffda9d036af6f964f3
Author: Christian Bickel <git...@cbickel.de>
AuthorDate: Tue Dec 12 08:16:07 2017 +0100

    Remove obsolete code to remove old config directory of nginx. (#3090)
---
 ansible/roles/nginx/tasks/clean.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/ansible/roles/nginx/tasks/clean.yml 
b/ansible/roles/nginx/tasks/clean.yml
index 2988b89..eada58d 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"

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to