From 33af7561882425e6e1a2d3ed56e46f2c5a10033f Mon Sep 17 00:00:00 2001 From: spmfox Date: Tue, 15 Apr 2025 15:00:52 -0400 Subject: support for remote jobs, support for more host config, quadlet logic tweaking --- roles/host/tasks/timezone.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/host/tasks/timezone.yml (limited to 'roles/host/tasks/timezone.yml') diff --git a/roles/host/tasks/timezone.yml b/roles/host/tasks/timezone.yml new file mode 100644 index 0000000..06f27b9 --- /dev/null +++ b/roles/host/tasks/timezone.yml @@ -0,0 +1,3 @@ +- name: Set timezone + community.general.timezone: + name: "{{ host_timezone }}" -- cgit