Sha256: 473af52be94e2bc8b0defc3fd5ed8f5b9084578990d8c008b89ed7e94ac719b0

Contents?: true

Size: 617 Bytes

Versions: 2

Compression:

Stored size: 617 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: 172.17.42.1
  ssh_opts:
    port: 22222
    user: tester
    key: "<replaced_by_platforms>"
---
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

2 entries across 2 versions & 1 rubygems

Version Path
rundock-1.0.5 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.0.4 spec/integration/scenarios/task_with_args_scenario.yml