Created
August 20, 2020 17:00
-
-
Save metabsd/f9f2da511bab15438aa895b8cfc46435 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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