unquote ev (#51560)

* unquote ev

* properly test for defined var
This commit is contained in:
Brian Coca
2019-01-31 16:55:10 -05:00
committed by GitHub
parent f27078df52
commit e010034151
3 changed files with 9 additions and 3 deletions

View File

@@ -11,3 +11,9 @@
failed_when: "'testhost1.example.com' == inventory_hostname"
- name: final task, has to be reached for the test to succeed
debug: msg="MAGICKEYWORD"
- name: check that extra vars are correclty passed
assert:
that:
- docker_registries_login is defined
tags: ['never', 'test_ev']