Skip to content

Instantly share code, notes, and snippets.

@markito
Last active April 22, 2020 04:27
Show Gist options
  • Select an option

  • Save markito/5214c70c5259fffb4a7d84112316667a to your computer and use it in GitHub Desktop.

Select an option

Save markito/5214c70c5259fffb4a7d84112316667a to your computer and use it in GitHub Desktop.
---
# 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