spec/integration/platforms/localhost/scenarios/simple_plugin_scenario.yml in rundock-0.4.16 vs spec/integration/platforms/localhost/scenarios/simple_plugin_scenario.yml in rundock-0.5.0

- old
+ new

@@ -1,11 +1,12 @@ -- node: anyhost-01 +- target: anyhost-01 host_inventory: - memory/total task: - write_echo --- anyhost-01: + target_type: host host: localhost --- write_echo: sample_operation: - cmd: "echo 'Hello Rundock from SampleOperationPlugin Scenario.' > /var/tmp/hello_rundock_from_sample_operation_scenario"