Add timezone
This commit is contained in:
parent
647e4d2904
commit
8a2eb8bb6b
1 changed files with 4 additions and 1 deletions
|
|
@ -12,4 +12,7 @@
|
||||||
dest: /etc/apt/sources.list
|
dest: /etc/apt/sources.list
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
when: ansible_distribution == "Debian"
|
when: ansible_distribution == "Debian"
|
||||||
|
|
||||||
|
- name: Configure timezone to Europe/Madrid
|
||||||
|
community.general.timezone:
|
||||||
|
name: Europe/Madrid
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue