1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-30 08:56:18 +00:00

Reformat everything.

This commit is contained in:
Felix Fontein 2025-11-01 12:08:41 +01:00
parent 3f2213791a
commit 340ff8586d
1008 changed files with 61301 additions and 58309 deletions

View file

@ -9,11 +9,11 @@ import pytest
from ansible_collections.community.general.plugins.modules.apache2_module import create_apache_identifier
REPLACEMENTS = [
('php7.1', 'php7_module'),
('php5.6', 'php5_module'),
('shib2', 'mod_shib'),
('evasive', 'evasive20_module'),
('thismoduledoesnotexist', 'thismoduledoesnotexist_module'), # the default
("php7.1", "php7_module"),
("php5.6", "php5_module"),
("shib2", "mod_shib"),
("evasive", "evasive20_module"),
("thismoduledoesnotexist", "thismoduledoesnotexist_module"), # the default
]