1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-06 20:17:15 +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

@ -17,7 +17,7 @@ _state_map = {
def gconftool2_runner(module, **kwargs):
return CmdRunner(
module,
command='gconftool-2',
command="gconftool-2",
arg_formats=dict(
state=cmd_runner_fmt.as_map(_state_map),
key=cmd_runner_fmt.as_list(),
@ -27,5 +27,5 @@ def gconftool2_runner(module, **kwargs):
config_source=cmd_runner_fmt.as_opt_val("--config-source"),
version=cmd_runner_fmt.as_fixed("--version"),
),
**kwargs
**kwargs,
)