11 lines
183 B
YAML
11 lines
183 B
YAML
# -*- mode: yaml; indent-tabs-mode: nil; tab-width: 2; coding: utf-8-unix -*-
|
|
|
|
---
|
|
|
|
#- name: update env
|
|
# command: env-update
|
|
|
|
- name: update locales
|
|
command: locale-gen --update
|
|
|