Skip to content

Instantly share code, notes, and snippets.

@tgerla
Forked from grekko/play-bar.yml
Created October 12, 2014 23:17
Show Gist options
  • Save tgerla/fb803f10a72776ee3c61 to your computer and use it in GitHub Desktop.
Save tgerla/fb803f10a72776ee3c61 to your computer and use it in GitHub Desktop.
---
- hosts: all
remote_user: root
tasks:
- name: Say bar
shell: echo "bar"
---
- hosts: all
remote_user: root
tasks:
- name: Say foo
shell: echo "foo"
---
- include: play-bar.yml
- include: play-foo.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment