Skip to content

Instantly share code, notes, and snippets.

@austincunningham
Created August 10, 2018 21:12
Show Gist options
  • Save austincunningham/16961c075868054f03eb0d8c279b97b8 to your computer and use it in GitHub Desktop.
Save austincunningham/16961c075868054f03eb0d8c279b97b8 to your computer and use it in GitHub Desktop.
- hosts: localhost
tasks:
- name: Test that my hello_world module works
hello_world:
register: result
- debug: var=result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment