Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Created October 10, 2018 21:02
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 dmsimard/d7e194c888f4ace177f176b24ff74f07 to your computer and use it in GitHub Desktop.
Save dmsimard/d7e194c888f4ace177f176b24ff74f07 to your computer and use it in GitHub Desktop.
- name: first play
hosts: localhost
tasks:
- debug:
msg: foo
- name: second play
hosts: localhost
tasks:
- debug:
msg: foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment