Additional fixes for the new omit parameter variable

This commit is contained in:
James Cammarata 2014-08-05 12:20:10 -05:00
parent 6260635c65
commit e99db078b4
3 changed files with 16 additions and 13 deletions

View file

@ -183,7 +183,7 @@
that:
- foo == 'bar'
- spam is undefined
- should_not_omit == "prefix{{ omit }}"
- should_not_omit is defined
- name: test omit in module args
set_fact: >
@ -199,6 +199,6 @@
- yo == 'whatsup'
- eggs is undefined
- default_omitted is undefined
- should_not_omit_1 == "prefix{{ omit }}"
- should_not_omit_2 == "{{ omit }}suffix"
- should_not_omit_1 is defined
- should_not_omit_2 is defined
- should_not_omit_3 == "__omit_place_holder__afb6b9bc3d20bfeaa00a1b23a5930f89"