mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Fix docker provider bug
4fc3b69
converte the locale_group into a function.
This wasn't changed in the docker provider
This commit is contained in:
parent
d7def9b942
commit
df356ffad2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def resolve_tasks(taskset, manifest):
|
|||
])
|
||||
taskset.update(task_groups.get_network_group(manifest))
|
||||
taskset.update(task_groups.get_apt_group(manifest))
|
||||
taskset.update(task_groups.locale_group)
|
||||
taskset.update(task_groups.get_locale_group(manifest))
|
||||
taskset.update(task_groups.security_group)
|
||||
taskset.update(task_groups.cleanup_group)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue