commit | 53baecd157b65c7f899f24c3201596112683c75d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Dec 19 21:03:14 2016 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Dec 19 21:03:14 2016 -0800 |
tree | 2024675160ac191959ff12bcc5b8ec1ee3ebf494 | |
parent | 9029b5d4d4f80637a664fe582df609a3a7596646 [diff] |
fix ansible syntax issue Change-Id: Ib3ea4683a3e3a2dfb3c90907492c1a86385029f7
diff --git a/xos/synchronizer/steps/sync_onosapp_nocontainer.yaml b/xos/synchronizer/steps/sync_onosapp_nocontainer.yaml index 7e18bf0..2a87c31 100644 --- a/xos/synchronizer/steps/sync_onosapp_nocontainer.yaml +++ b/xos/synchronizer/steps/sync_onosapp_nocontainer.yaml
@@ -59,5 +59,5 @@ method: POST user: karaf password: karaf - with_items: "rest_configs" + with_items: "{{ '{{' }} rest_configs {{ '}}' }}" {% endif %}