Sha256: 33d68880b6e41fceb059e32fad4baafbf12b329d20253dc194c849f5984eeb78

Contents?: true

Size: 661 Bytes

Versions: 3

Compression:

Stored size: 661 Bytes

Contents

- 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: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rundock-1.0.8 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.0.7 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.0.6 spec/integration/scenarios/task_with_args_scenario.yml