made a set timezone

This commit is contained in:
Justin 2025-01-27 21:33:46 -06:00
parent 001012436b
commit e0a4bc1319
1 changed files with 9 additions and 0 deletions

9
set-time.yaml Normal file
View File

@ -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"