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 }}"