From feb6fc5bec4de1141f6b7fa1a4ad19d0de15505f Mon Sep 17 00:00:00 2001 From: Warkdev Date: Sat, 7 Jan 2023 15:30:52 +0100 Subject: [PATCH] Remoe whitespace --- plugins/modules/apache2_module.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/apache2_module.py b/plugins/modules/apache2_module.py index d725c514ae..2b04197bf7 100644 --- a/plugins/modules/apache2_module.py +++ b/plugins/modules/apache2_module.py @@ -52,8 +52,8 @@ options: warn_mpm_absent: description: - Control the behavior of the warning process for MPM modules. - type: bool - default: true + type: bool + default: true requirements: ["a2enmod","a2dismod"] notes: - This does not work on RedHat-based distributions. It does work on Debian- and SuSE-based distributions. @@ -94,7 +94,7 @@ EXAMPLES = ''' state: absent - module: mpm_prefork state: present - + - name: Enable dump_io module, which is identified as dumpio_module inside apache2 community.general.apache2_module: state: present