commit c2b945d1a112f5acb4fee6ba19d30eac3e8d3453 Author: Dmitriy Rabotyagov Date: Thu Oct 8 17:59:46 2020 +0300 Cleanup apache tasks These tasks were added for upgrade purposes and are not needed anymore. Change-Id: I533b15e720fdaa366b1aae36151966780c043a40 diff --git a/tasks/panko_post_install.yml b/tasks/panko_post_install.yml index fda67f4..88be625 100644 --- a/tasks/panko_post_install.yml +++ b/tasks/panko_post_install.yml @@ -39,24 +39,6 @@ - Restart panko services - Restart uwsgi services -# NOTE(noonedeadpunk): This task is created due to migration from apache to uwsgi -# which was introduced during train release. It can be dropped afterwards. -- name: Drop Apache related configs - file: - path: "{{ item }}" - state: absent - with_items: "{{ panko_apache_config }}" - notify: - - Restart web server - -- name: Stop Apache listening on Panko port - lineinfile: - path: "{{ panko_apache_ports }}" - state: absent - line: "Listen {{ panko_service_port }}" - notify: - - Restart web server - - name: Create cron job for panko event expirer cron: name: "Purge old panko events"