fix: add missing meta folder
This commit is contained in:
parent
8ff60b56ff
commit
2717df45bc
1 changed files with 19 additions and 0 deletions
19
meta/main.yml
Normal file
19
meta/main.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
|
role_name: chrony
|
||||||
|
namespace: nishiki
|
||||||
|
author: Adrien Waksberg
|
||||||
|
company: Adrien Waksberg
|
||||||
|
description: Install and configure chrony a NTP client and server
|
||||||
|
license: Apache2
|
||||||
|
min_ansible_version: "2.10"
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- bookworm
|
||||||
|
|
||||||
|
galaxy_tags:
|
||||||
|
- ntp
|
||||||
|
|
||||||
|
dependencies: []
|
Loading…
Reference in a new issue