From 7f0c40391d764a9c746ee216a429ba0e19207717 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 6 Jul 2019 16:13:56 +0200 Subject: [PATCH] Modify timezone for all hosts if needed --- roles/common/tasks/basic.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/common/tasks/basic.yml b/roles/common/tasks/basic.yml index 963c114..f3433fd 100644 --- a/roles/common/tasks/basic.yml +++ b/roles/common/tasks/basic.yml @@ -2,7 +2,6 @@ - name: (basic.yml) Ensure timezone is is correct timezone: name={{ time_zone }} - when: "inventory_hostname not in groups['lxc_guest']|string" tags: - timezone