Sha256: 166bf1945460eb8e583163253d0a73c87f9fef2a4976ac0f59644032ba274e36

Contents?: true

Size: 516 Bytes

Versions: 3

Compression:

Stored size: 516 Bytes

Contents

- target: anyhost-01
  command:
    - "rm -rf /var/tmp/hello_rundock_from_task_with_merging"
  task:
    - do_task_1
    - do_task_2
---
anyhost-01:
  target_type: host
  host: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_key>"
---
do_task_1:
  command:
    - mkdir /var/tmp/hello_rundock_from_task_with_merging
    - echo 'Hello Rundock from task with merging do task 1.' > /var/tmp/hello_rundock_from_task_with_merging/do_task_1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/scenarios/task_with_merging_scenario.yml
rundock-1.2.0 spec/integration/scenarios/task_with_merging_scenario.yml
rundock-1.1.7 spec/integration/scenarios/task_with_merging_scenario.yml