From 66f763ea06e6719509270fcbbae7ccc0215c135d Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Fri, 17 Jun 2022 07:38:53 +0200
Subject: [PATCH] Remove timezone playbook

It is time.

Change-Id: I25fd8d4e4bcef4b015a1634ace927e37aa2e80a9
---
 ansible/timezone.yml | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 ansible/timezone.yml

diff --git a/ansible/timezone.yml b/ansible/timezone.yml
deleted file mode 100644
index c8b71891..00000000
--- a/ansible/timezone.yml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-# Timezone configuration has moved to time.yml.
-# This will be removed in the Xena release.
-
-# NOTE(wszumski): Making this a non-empty playbook has the benefit of
-# silencing the tox syntax check which doesn't like empty playbooks.
-
-- hosts: localhost
-  tasks:
-    - name: Warn about deprecation of this playbook
-      fail:
-        msg: |
-          This playbook has been deprecated, please use time.yml instead.
-          Kayobe should not run this playbook, so if you are seeing this
-          message then either something has gone wrong, or you are trying
-          to run it manually. This playbook will be removed in the Xena
-          release.
-      # NOTE(wszumski): We want this to print a nice big red warning and
-      # not to fail the run.
-      ignore_errors: yes
-
-- import_playbook: time.yml
-- 
GitLab