set timezone
This commit is contained in:
parent
ee31ade8e2
commit
8e72446652
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
cmd: ifup -a
|
||||
|
||||
pre_tasks:
|
||||
- name: Set timezone
|
||||
timezone:
|
||||
name: Europe/Amsterdam
|
||||
|
||||
- name: Copy interfaces configuration
|
||||
copy:
|
||||
src: dmz.conf
|
||||
|
|
Reference in a new issue