Open viane opened 8 months ago
One use case we had is that a new change to the z/OSMF workflow broke the parallel execution, but the sequential automation was not affected, however, the existing Ansible collection user will stuck with this breakage until the next patch is delivered for the workflow.
Looks like the current logic is that if the workflow allows parallel execution, the ansible-playbook will default to parallel automation, and no way to override with the setting.
Looking for a parameter to specify what style of automation the playbook is to execute the workflow steps.