Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created March 2, 2017 15:35
Show Gist options
  • Save bcoca/ecdd0485b6f3feb8e6e0153488a5e1b0 to your computer and use it in GitHub Desktop.
Save bcoca/ecdd0485b6f3feb8e6e0153488a5e1b0 to your computer and use it in GitHub Desktop.
- hosts: localhost
gather_facts: False
tasks:
- block:
- include: garbage.yml
static: no
rescue:
- debug: msg=worked
- hosts: localhost
gather_facts: False
tasks:
- include: garbage.yml
ignore_errors: yes
static: no
- debug: msg=notworked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment