mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
Additional fixes for the new omit parameter variable
This commit is contained in:
parent
6260635c65
commit
e99db078b4
3 changed files with 16 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue