mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-05 12:50:44 +00:00
18 lines
325 B
YAML
18 lines
325 B
YAML
---
|
|
# @meta author: [John Doe](https\://blog.example.com)
|
|
galaxy_info:
|
|
description: Role to demonstrate ansible-doctor.
|
|
author: John Doe
|
|
license: MIT
|
|
min_ansible_version: 2.4
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- demo
|
|
- documentation
|
|
dependencies:
|
|
- role1
|
|
- role: role2
|