copr: watchdog is actually needed

This commit is contained in:
Miroslav Suchý 2021-03-08 18:17:58 +01:00
parent d86f6a47b8
commit c71ab07c4e

View file

@ -52,12 +52,6 @@
regexp: '^LoadModule proxy_ajp_module modules/mod_proxy_ajp.so'
line: '#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so'
- name: Disable watchdog_module
lineinfile:
path: /etc/httpd/conf.modules.d/00-base.conf
regexp: '^LoadModule watchdog_module modules/mod_watchdog.so'
line: '#LoadModule watchdog_module modules/mod_watchdog.so'
- name: Disable lua_module
lineinfile:
path: /etc/httpd/conf.modules.d/00-lua.conf