Sha256: bc9122b68126af8515697a2f3b9c7d79ac11156019fad2457b9c85434ab94975
Contents?: true
Size: 1023 Bytes
Versions: 3
Compression:
Stored size: 1023 Bytes
Contents
- target: anyhost-01 command: - "rm -rf /var/tmp/hello_rundock_from_task_with_filtering" task: - do_task_1 - do_not_task_1 - do_task_2 - do_not_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_filtering - echo 'Hello Rundock from task with filtering do task 1.' > /var/tmp/hello_rundock_from_task_with_filtering/do_task_1 do_not_task_1: command: - echo 'Hello Rundock from task with filtering do not task 1.' > /var/tmp/hello_rundock_from_task_with_filtering/do_not_task_1 do_task_2: command: - echo 'Hello Rundock from task with filtering do task 2.' > /var/tmp/hello_rundock_from_task_with_filtering/do_task_2 do_not_task_2: command: - echo 'Hello Rundock from task with filtering do not task 2.' > /var/tmp/hello_rundock_from_task_with_filtering/do_not_task_2
Version data entries
3 entries across 3 versions & 1 rubygems