Skip to content

Instantly share code, notes, and snippets.

@marceloslacerda
Created August 18, 2017 11:48
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 marceloslacerda/79b8aef4e60acab5da7e85a51998107b to your computer and use it in GitHub Desktop.
Save marceloslacerda/79b8aef4e60acab5da7e85a51998107b to your computer and use it in GitHub Desktop.
# neither this or that gets executed
- hosts: 127.0.0.1
remote_user: root
tasks:
- name: do this
shell: echo this
when: not all_proj
- name: do that
shell: echo that
when: all_proj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment