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
|
cmd: ifup -a
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
- name: Set timezone
|
||||||
|
timezone:
|
||||||
|
name: Europe/Amsterdam
|
||||||
|
|
||||||
- name: Copy interfaces configuration
|
- name: Copy interfaces configuration
|
||||||
copy:
|
copy:
|
||||||
src: dmz.conf
|
src: dmz.conf
|
||||||
|
|
Reference in a new issue