made a set timezone
This commit is contained in:
parent
001012436b
commit
e0a4bc1319
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Setting time zone
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: settin time
|
||||
ansible.builtin.command:
|
||||
cmd: "timedatectl set-timezone America/Chicago"
|
Loading…
Reference in New Issue