Skip to content

Commit

Permalink
restructed module_index
Browse files Browse the repository at this point in the history
  • Loading branch information
KiLLuuuhh committed Apr 22, 2024
1 parent 08b66bd commit 979f517
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions plugins/module_utils/module_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"configure_functions": {
"filter_configure": {
"name": "filter_configure",
"configure_params": ["true"],
"configure_params": [],
},
},
},
Expand Down Expand Up @@ -274,7 +274,7 @@
"configure_functions": {
"filter_configure": {
"name": "filter_configure",
"configure_params": ["true"],
"configure_params": [],
},
},
},
Expand Down Expand Up @@ -399,7 +399,7 @@
"configure_functions": {
"filter_configure": {
"name": "filter_configure",
"configure_params": ["true"],
"configure_params": [],
},
},
},
Expand All @@ -416,7 +416,6 @@
"/usr/local/etc/inc/filter.inc",
"/usr/local/etc/inc/system.inc",
"/usr/local/etc/inc/interfaces.inc",
"/usr/local/etc/inc/head.inc",
],
"configure_functions": {
"system_timezone_configure": {
Expand Down Expand Up @@ -526,7 +525,7 @@
"configure_functions": {
"filter_configure": {
"name": "filter_configure",
"configure_params": ["true"],
"configure_params": [],
},
},
},
Expand Down

0 comments on commit 979f517

Please sign in to comment.