Commit 65a97731 authored by Илья Крылов's avatar Илья Крылов
Browse files

1.0.8: Fixes

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -5,12 +5,12 @@
update_cache: yes
cache_valid_time: 3600
- name: Set timezone to {{ init_timezone }}
- name: Set timezone to "{{ init_timezone }}"
timezone:
name: '{{ init_timezone }}'
notify: Restart cron
- name: Ensure a locale '{{ init_locale }}' exists
- name: Ensure a locale "{{ init_locale }}" exists
locale_gen:
name: '{{ init_locale }}'
state: present
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment