mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
update meta infos
This commit is contained in:
parent
5c1114cbca
commit
a407457969
2 changed files with 28 additions and 16 deletions
2
LICENSE
2
LICENSE
|
@ -186,7 +186,7 @@
|
||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2019 L3D
|
Copyright 2019 L3D <l3d@c3woc.de>
|
||||||
Copyright 2018 diodonfrost
|
Copyright 2018 diodonfrost
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|
|
@ -7,29 +7,41 @@ galaxy_info:
|
||||||
min_ansible_version: 2.7
|
min_ansible_version: 2.7
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: Archlinux
|
||||||
|
versions: all
|
||||||
|
- name: Alpine
|
||||||
|
version:
|
||||||
|
- latest
|
||||||
|
- 3.10
|
||||||
|
- 3.9
|
||||||
|
- 3.8
|
||||||
|
- name: Clearlinux
|
||||||
|
version:
|
||||||
|
- latest
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- latest
|
||||||
|
- stable
|
||||||
|
- 10
|
||||||
|
- 9
|
||||||
|
- 8
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
- latest
|
||||||
|
- 8
|
||||||
- 7
|
- 7
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
|
- latest
|
||||||
|
- 31
|
||||||
|
- 30
|
||||||
- 29
|
- 29
|
||||||
- 28
|
- 28
|
||||||
- 27
|
- name: Suse
|
||||||
- name: Debian
|
|
||||||
versions:
|
versions:
|
||||||
- stretch
|
- latest
|
||||||
- jessie
|
- 15
|
||||||
- buster
|
|
||||||
- name: Ubuntu
|
|
||||||
versions:
|
|
||||||
- bionic
|
|
||||||
- xenial
|
|
||||||
- name: ArchLinux
|
|
||||||
versions:
|
|
||||||
- any
|
|
||||||
- name: Gentoo
|
|
||||||
versions:
|
|
||||||
- any
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- system
|
- system
|
||||||
|
|
Loading…
Reference in a new issue