Skip to content

Instantly share code, notes, and snippets.

@callumacrae
Created August 10, 2014 15:25
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 callumacrae/996a56ffd24778ce092d to your computer and use it in GitHub Desktop.
Save callumacrae/996a56ffd24778ce092d to your computer and use it in GitHub Desktop.
ansible bug? untested
- name: Don't include a file
include: file-2.yml
when: false
- name: Set some variable
...
register: some_variable
- name: Possibly include a file
include: file-3.yml
when: some_variable.something
- name: The error will be thrown on this task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment