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:
parent
3f2213791a
commit
340ff8586d
1008 changed files with 61301 additions and 58309 deletions
|
|
@ -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
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue