mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Reformat everything.
This commit is contained in:
@@ -22,7 +22,7 @@ def locale_gen_runner(module):
|
||||
command="locale-gen",
|
||||
arg_formats=dict(
|
||||
name=cmd_runner_fmt.as_list(),
|
||||
purge=cmd_runner_fmt.as_fixed('--purge'),
|
||||
purge=cmd_runner_fmt.as_fixed("--purge"),
|
||||
),
|
||||
check_rc=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user