Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
a4281c54
Commit
a4281c54
authored
2 years ago
by
Zuul
Committed by
Gerrit Code Review
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove timezone playbook"
parents
73b9ec07
66f763ea
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/timezone.yml
+0
-22
0 additions, 22 deletions
ansible/timezone.yml
with
0 additions
and
22 deletions
ansible/timezone.yml
deleted
100644 → 0
+
0
−
22
View file @
73b9ec07
---
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment