mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-05 12:50:44 +00:00
22 lines
472 B
YAML
22 lines
472 B
YAML
---
|
|
# @meta description: >
|
|
# Role to demonstrate ansible-doctor. It is also possible to overwrite
|
|
# the default description with an annotation.
|
|
# @end
|
|
# @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
|