/doctest.yml Secret
Created
April 24, 2019 12:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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