mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-22 17:44:59 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: test-parallel-commands
|
||||
kind: module
|
||||
description: Test parallel bash command execution
|
||||
tags: test,parallel,bash
|
||||
|
||||
params:
|
||||
- name: target
|
||||
required: true
|
||||
|
||||
steps:
|
||||
- name: parallel-echo
|
||||
type: bash
|
||||
parallel_commands:
|
||||
- 'echo "command 1: {{target}}"'
|
||||
- 'echo "command 2: {{target}}"'
|
||||
- 'echo "command 3: {{target}}"'
|
||||
|
||||
- name: verify-output
|
||||
type: bash
|
||||
command: echo "All parallel commands completed for {{target}}"
|
||||
Reference in New Issue
Block a user