commit | b4b24390c0b62184293a8011aa0e4dc5545ab054 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:55 2017 -0800 |
committer | Scott Baker <scottb@onlab.us> | Tue Feb 07 12:00:01 2017 -0800 |
tree | 7705beb3bf967fdc7aaa2f9014e2757ac5bedf76 | |
parent | a161fe7414f88da4149093aa9770f5e4b3026203 [diff] |
CORD-706: Fix bug that was causing ExampleService to fail Change-Id: I5a8f998abae9549de0644a4278ebf34bdd1457dc
diff --git a/xos/synchronizers/shared_templates/sync_service_composition.yaml b/xos/synchronizers/shared_templates/sync_service_composition.yaml index d144ea3..f7fe985 100644 --- a/xos/synchronizers/shared_templates/sync_service_composition.yaml +++ b/xos/synchronizers/shared_templates/sync_service_composition.yaml
@@ -3,7 +3,7 @@ #gather_facts: False connection: ssh user: ubuntu - sudo: yes + become: yes vars: target_subnet : {{ target_subnet }} src_intf_ip : {{ src_intf_ip }}