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