mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-04 20:30:43 +00:00
23 lines
494 B
YAML
23 lines
494 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.10"
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- "9"
|
|
galaxy_tags:
|
|
- demo
|
|
- documentation
|
|
|
|
dependencies:
|
|
- role: role2
|
|
- name: namespace.role3
|