From 87b65ca29bf92b50237fd2590c74b461238732fa Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Fri, 9 Feb 2024 12:00:12 -0600 Subject: [PATCH] removes task that deleted all nginx config --- roles/nginxplus/tasks/conf/cleanup-config.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 roles/nginxplus/tasks/conf/cleanup-config.yml diff --git a/roles/nginxplus/tasks/conf/cleanup-config.yml b/roles/nginxplus/tasks/conf/cleanup-config.yml deleted file mode 100644 index 5222942689..0000000000 --- a/roles/nginxplus/tasks/conf/cleanup-config.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: "Setup: Remove NGINX configuration files" - file: - path: "{{ item }}" - state: absent - with_items: - - "{{ nginx_cleanup_config_path }}"