commit | e0bf6e6de73ee5a5b4b6e55417a30b6f869987ba | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:57 2017 -0800 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:57 2017 -0800 |
tree | 92bbc98a3a37955b6f620bc1968a08f9d73e2f70 | |
parent | 42e8c5e369fb39cf99bdccf965499ab9179898f1 [diff] |
CORD-706: Fix bug that was causing ExampleService to fail Change-Id: If4f01fc82dd74a49b63efdcf953b55b7f2b40f3c
diff --git a/xos/synchronizer/steps/sync_vsgw.yaml b/xos/synchronizer/steps/sync_vsgw.yaml index 8cd59b7..997e0cb 100644 --- a/xos/synchronizer/steps/sync_vsgw.yaml +++ b/xos/synchronizer/steps/sync_vsgw.yaml
@@ -2,7 +2,7 @@ - hosts: {{ instance_name }} connection: ssh user: ubuntu - sudo: yes + become: yes gather_facts: no tasks: