Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Created October 10, 2018 21:02
- 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