role.timezone/meta/main.yml

42 lines
715 B
YAML
Raw Normal View History

2024-11-19 17:29:31 +00:00
---
galaxy_info:
author: Sven Velt
description: Set timezone for different distributions
company: velt.biz
issue_tracker_url: https://git.velt.biz/Ansible/timezone/issues
license: AGPL-3.0-or-later
min_ansible_version: 2.1
platforms:
- name: Alpine
- name: Debian
versions:
- stretch
- buster
- bullseye
- name: Ubuntu
versions:
- trusty
- xenial
- bionic
- focal
- groovy
- hirsute
- impish
- name: Fedora
versions:
- 38
- 39
- 40
- name: EL
versions:
- 6
- 7
- 8
- 9
galaxy_tags:
- operations
dependencies: []