From e0a4bc131973bf0f5207ac6f0aeb2c49a6e6d7c1 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 27 Jan 2025 21:33:46 -0600 Subject: [PATCH] made a set timezone --- set-time.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 set-time.yaml diff --git a/set-time.yaml b/set-time.yaml new file mode 100644 index 0000000..dd55d9d --- /dev/null +++ b/set-time.yaml @@ -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"