summaryrefslogtreecommitdiffstats
path: root/testapi/update/update.yml
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2017-03-17 01:18:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-17 01:18:11 +0000
commit7cd1d81bcaa25cfcf7044eb3a47c40e8774ebbed (patch)
treec2b70b322f7d553f76b95bd34e8bacf97cf84fa6 /testapi/update/update.yml
parent327382ff3903d8d7c4230529a40148a3dcccd5b1 (diff)
parentf151fcc79891b125177abdf838a14575fca3a79a (diff)
Merge "utils: fix yamllint issues"
Diffstat (limited to 'testapi/update/update.yml')
-rw-r--r--testapi/update/update.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapi/update/update.yml b/testapi/update/update.yml
index e6663d9..18b75b6 100644
--- a/testapi/update/update.yml
+++ b/testapi/update/update.yml
@@ -1,7 +1,7 @@
---
- hosts: "{{ host }}"
remote_user: "{{ user }}"
- become: yes
+ become: "yes"
become_method: sudo
vars:
user: "root"
@@ -47,4 +47,4 @@
- name: remove temporary update directory
file:
path: "{{ update_path }}"
- state: absent \ No newline at end of file
+ state: absent