mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-04 20:30:43 +00:00
17 lines
386 B
YAML
17 lines
386 B
YAML
---
|
|
# @todo bug: Some bug that is known and need to be fixed.
|
|
# @todo bug: >
|
|
# Multi line description are possible as well.
|
|
# Some bug that is known and need to be fixed.
|
|
# @end
|
|
|
|
# @todo improvement: Some things that need to be improved.
|
|
# @todo default: Unscoped general todo.
|
|
|
|
- name: Demo task with a tag list
|
|
debug:
|
|
msg: "Demo message"
|
|
tags:
|
|
- role-tag1
|
|
- role-tag2
|