Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Created March 28, 2018 18:13
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/f6e754baee79f537147ed22adb2e2217 to your computer and use it in GitHub Desktop.
Save dmsimard/f6e754baee79f537147ed22adb2e2217 to your computer and use it in GitHub Desktop.
- name: Play
hosts: all
gather_facts: yes
tasks:
- debug:
msg: something
- name: Play
hosts: all
gather_facts: no
pre_tasks:
- name: Gather facts
setup:
tasks:
- debug:
msg: something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment