mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update a task in tower_settings integration test playbook
This commit is contained in:
parent
95b8bd63ea
commit
b457c8f133
@ -79,3 +79,9 @@
|
||||
tower_settings:
|
||||
name: AWX_PROOT_BASE_PATH
|
||||
value: '{{ junk_var | default(omit) }}'
|
||||
register: result
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "'Unable to update settings' in result.msg"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user