change timezone
This commit is contained in:
parent
59a5b86104
commit
bf7b63c9ce
1 changed files with 3 additions and 0 deletions
3
iris.yml
3
iris.yml
|
@ -1,6 +1,9 @@
|
|||
- hosts: iris
|
||||
|
||||
pre_tasks:
|
||||
- name: Set timezone
|
||||
timezone:
|
||||
name: Europe/Amsterdam
|
||||
- name: Create data directory
|
||||
file:
|
||||
path: "{{ data_directory }}"
|
||||
|
|
Reference in a new issue