mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-05 04:40:42 +00:00
11 lines
268 B
YAML
11 lines
268 B
YAML
---
|
|
- id: ansible-doctor
|
|
name: ansible-doctor
|
|
description: Create annotation based documentation for your Ansible roles.
|
|
entry: ansible-doctor -f -qqq
|
|
language: python
|
|
pass_filenames: False
|
|
always_run: True
|
|
additional_dependencies:
|
|
- .[ansible-core]
|