Skip to content

Instantly share code, notes, and snippets.

@michaelgugino
Created December 8, 2017 20:11
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 michaelgugino/4784361f8e773b413cc6cbdced47df2c to your computer and use it in GitHub Desktop.
Save michaelgugino/4784361f8e773b413cc6cbdced47df2c to your computer and use it in GitHub Desktop.
---
- name: test
hosts: all
tasks:
- command: echo "something ran"
delegate_to: host1
run_once: True
register: echores
- debug: var=echores
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment