Skip to content

Instantly share code, notes, and snippets.

@larsks
Created April 24, 2019 12:48
---
- name: test playbook
description: >
The purpose of this playbook is to test the new
description field.
hosts: localhost
gather_facts: false
tasks:
- name: an example task
description: >
This task has an extended description. This could be used, for example,
to generate playbook documentation automatically.
debug:
msg: "this is a test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment