Skip to content
Snippets Groups Projects
Commit 5de7e6d2 authored by Richter, Robin's avatar Richter, Robin
Browse files

substitute 'locale_gen' with 'command: locale-gen'

parent 81c4bd60
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,4 @@
mode: 0644
- name: activate '{{ locale | join(', ') }}'
locale_gen:
name: "{{ locale_item | regex_replace('^([^\\.]+)(\\..*)?$', '\\1') }}"
state: present
loop: '{{ locale }}'
loop_control:
loop_var: locale_item
command: locale-gen
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment