Skip to content

Instantly share code, notes, and snippets.

@larsks
Created April 24, 2019 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsks/e6e2ff29873716fc2aaa04a129904ebd to your computer and use it in GitHub Desktop.
Save larsks/e6e2ff29873716fc2aaa04a129904ebd to your computer and use it in GitHub Desktop.
---
- 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