Last active
April 22, 2020 04:27
-
-
Save markito/5214c70c5259fffb4a7d84112316667a to your computer and use it in GitHub Desktop.
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
| --- | |
| # This playbook prints a simple debug message | |
| - name: Echo | |
| hosts: localhost | |
| connection: local | |
| tasks: | |
| - name: Print debug message | |
| debug: | |
| msg: Hello, world! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment