You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test
* Modify action job submit
* Replace structure for empty jobs
* Modify structure
* Modify test to properly test new interface
* Modify test on base of job submit new interface
* Be alignt
* Modify job submit
* Add fragment
* Better fragment
* Update documentation
* Fix commit
* Fix documentation
* Keep documentation
* Replace job submit
* Fix sanity
* Fix sanity
* Return values
* Return values to module
* Return values to test suite and empty response
* Update changelogs/fragments/2208_update_job_modules_interfaces.yml
Co-authored-by: Fernando Flores <[email protected]>
* Update changelogs/fragments/2208_update_job_modules_interfaces.yml
Co-authored-by: Fernando Flores <[email protected]>
* Update changelogs/fragments/2208_update_job_modules_interfaces.yml
Co-authored-by: Fernando Flores <[email protected]>
* Fix job submit
* Validate test case
* Validate test case
* Validate test case
* Validate test case
* Validate test case
* Validate test case
* Validate test case
* Update changelogs/fragments/2204-Update_zos_job_query_module.yml
Co-authored-by: Alex Moreno <[email protected]>
* Update plugins/modules/zos_job_submit.py
Co-authored-by: Fernando Flores <[email protected]>
* Update plugins/modules/zos_job_submit.py
Co-authored-by: Fernando Flores <[email protected]>
* Update plugins/modules/zos_job_submit.py
Co-authored-by: Alex Moreno <[email protected]>
* Update plugins/modules/zos_job_submit.py
Co-authored-by: Alex Moreno <[email protected]>
* Update changelogs/fragments/2208_update_job_modules_interfaces.yml
Co-authored-by: Alex Moreno <[email protected]>
* Update changelogs/fragments/2208_update_job_modules_interfaces.yml
Co-authored-by: Alex Moreno <[email protected]>
* Update changelogs/fragments/2208_update_job_modules_interfaces.yml
Co-authored-by: Alex Moreno <[email protected]>
---------
Co-authored-by: André Marcel Gutiérrez Benítez <[email protected]>
Co-authored-by: Fernando Flores <[email protected]>
Co-authored-by: Alex Moreno <[email protected]>
- zos_job_query - Return value ``message`` is deprecated in favor of ``msg``. Return value ``steps`` are no longer under `` but is now included under jobs.
2
+
- zos_job_query - Return field ``message`` is deprecated in favor of ``msg``. Return field ``steps`` is no longer under ``ret_code`` but is now included under ``jobs``.
- zos_job_output - Option name ``ddname`` is substituted for ``dd_name``, but ``ddname`` is kept as an alias. Return value ``changed`` is always returned and return value ``steps`` are no longer under ``ret_code``
3
+
but is now included under `jobs`. Return value ``ddnames`` is replaced by ``dds`` and value ``ddname`` under ``ddnames`` is replaced by ``dd_name``.
- zos_job_submit - Interface value ``location`` is replace for ``remote_src`` in a bool value and ``wait_time_s`` is replaced for ``wait_time``.
6
+
Return value ``ddnames`` replaced by ``dds`` and value ``ddname`` under ``ddnames`` is replace by ``dd_name``. Now all values are returned under ``jobs`` except ``changed``.
0 commit comments