commit | 82d89836f0be264c0286df90897710e0889fb44b | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Tue Jun 28 15:31:06 2016 -0400 |
committer | Andy Bavier <andy@onlab.us> | Tue Jun 28 15:31:06 2016 -0400 |
tree | c83d25f275430d408306357352874c6baf4cbeef | |
parent | 0020f5a54d04e9b15f1935c1d01e54e65c7b6b55 [diff] [blame] |
Try again with JSON in string Change-Id: Ib4ca52e5ef2104a68724b417be184cf0266a763b
diff --git a/xos/synchronizer/steps/sync_host.yaml b/xos/synchronizer/steps/sync_host.yaml index 4bfd789..a98fc02 100644 --- a/xos/synchronizer/steps/sync_host.yaml +++ b/xos/synchronizer/steps/sync_host.yaml
@@ -9,5 +9,5 @@ method: POST user: onos password: rocks - body: "{{ '{{' }} lookup('file', '{{ files_dir }}/{{ rest_config.fn }}') {{ '}}' }}" + body: "{{ rest_body }}" body_format: json \ No newline at end of file