mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
do not accept array as extra_vars
related to #5645 * Since we pass extra_vars to ansible as -e; we require that the top most data-structure be a key-value. NOT an array.
This commit is contained in:
@@ -376,7 +376,7 @@ def test_edit_nonsenstive(patch, job_template_factory, alice):
|
||||
'forks': 14,
|
||||
'limit': 'something',
|
||||
'verbosity': 5,
|
||||
'extra_vars': '--',
|
||||
'extra_vars': '---',
|
||||
'job_tags': 'sometags',
|
||||
'force_handlers': True,
|
||||
'skip_tags': 'thistag,thattag',
|
||||
|
||||
Reference in New Issue
Block a user