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

redesigned task structure

parent 6d467184
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,10 @@ ...@@ -10,5 +10,10 @@
dest: "{{ '{}/locale.gen'.format(system_config_directory) }}" dest: "{{ '{}/locale.gen'.format(system_config_directory) }}"
mode: 0644 mode: 0644
- name: activate '{{ locale }}'
locale_gen:
name: '{{ locale }}'
state: present
- name: generate the locale - name: generate the locale
command: locale-gen command: locale-gen
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment