mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Prevent exception for Non value
This commit is contained in:
@@ -74,3 +74,9 @@
|
||||
- assert:
|
||||
that:
|
||||
- "result is changed"
|
||||
|
||||
- name: Handle an omit value
|
||||
tower_settings:
|
||||
name: AWX_PROOT_BASE_PATH
|
||||
value: '{{ junk_var | default(omit) }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user