mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-13 00:30:40 +00:00
16 lines
296 B
YAML
16 lines
296 B
YAML
---
|
|
# @meta name: demo-role
|
|
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: []
|