commit | 38ef8b862419da05a6059ded411f59e00e109f18 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:56 2017 -0800 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 07 11:32:56 2017 -0800 |
tree | e19521f5fc0a951378a9d74015ad107e18154f2d | |
parent | 8140552335d4e6aba6c7583c7c05d4dc642a4b94 [diff] |
CORD-706: Fix bug that was causing ExampleService to fail Change-Id: I8bc8ef25d73f3b2582f233c3c7edee1fa8af6ef2
diff --git a/xos/synchronizer/steps/sync_onosapp.yaml b/xos/synchronizer/steps/sync_onosapp.yaml index a8d939a..f8f3723 100644 --- a/xos/synchronizer/steps/sync_onosapp.yaml +++ b/xos/synchronizer/steps/sync_onosapp.yaml
@@ -3,7 +3,7 @@ gather_facts: False connection: ssh user: {{ username }} - sudo: yes + become: yes vars: appname: {{ appname }} dependencies: {{ dependencies }}
diff --git a/xos/synchronizer/steps/sync_onosservice.yaml b/xos/synchronizer/steps/sync_onosservice.yaml index a51fde5..51812fb 100644 --- a/xos/synchronizer/steps/sync_onosservice.yaml +++ b/xos/synchronizer/steps/sync_onosservice.yaml
@@ -3,7 +3,7 @@ gather_facts: False connection: ssh user: ubuntu - sudo: yes + become: yes tasks: