mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-01 02:40:40 +00:00
19 lines
422 B
YAML
19 lines
422 B
YAML
---
|
|
# @meta description: >
|
|
# Role to demonstrate ansible-doctor. It is also possible to overwrite
|
|
# the default description with an annotation.
|
|
# @end
|
|
galaxy_info:
|
|
description: Role to demonstrate ansible-doctor.
|
|
author: Robert Kaussow <mail@example.com>
|
|
license: MIT
|
|
min_ansible_version: 2.4
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- demo
|
|
- documentation
|
|
dependencies: []
|