Skip to content

Instantly share code, notes, and snippets.

@metabsd
Created August 20, 2020 17:00
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 metabsd/f9f2da511bab15438aa895b8cfc46435 to your computer and use it in GitHub Desktop.
Save metabsd/f9f2da511bab15438aa895b8cfc46435 to your computer and use it in GitHub Desktop.
- name: 2 - test two
include_role:
name: my_role
ignore_errors: yes
vars:
variable1: test
register: test_two
- name: 2 - ASSERT
assert:
that:
- test_two is failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment