Skip to content

Instantly share code, notes, and snippets.

@adis-io
Created March 1, 2019 10:56
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 adis-io/08360f071acc51261fd997d365b95812 to your computer and use it in GitHub Desktop.
Save adis-io/08360f071acc51261fd997d365b95812 to your computer and use it in GitHub Desktop.

Debug

---
- name: Prepare server(s)
  hosts: servers
  gather_facts: False
  tasks:
    - debug:
        msg: "wut"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment