- target: anyhost-01 command: - "rm -rf /var/tmp/hello_rundock_from_task_with_args_scenario" task: - write_echo task_with_args two --- anyhost-01: target_type: host host: 172.17.42.1 ssh_opts: port: 22222 user: tester key: "" --- write_echo: command: - mkdir /var/tmp/hello_rundock_from_$1_scenario - echo 'Hello Rundock from task with args Scenario. $@ $#' > /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario - cp /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario /var/tmp/hello_rundock_from_$1_scenario_$2