summaryrefslogtreecommitdiffstats
path: root/testapi/update/test.yml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-03-14 11:58:05 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-03-14 12:00:13 -0700
commitf151fcc79891b125177abdf838a14575fca3a79a (patch)
treefa10b9984778bf509bd20dff18ed21cee6e8366c /testapi/update/test.yml
parent641574548129b9eca6b8cc3a1045abc15a6296ac (diff)
utils: fix yamllint issues
Linting utils/test yaml files Change-Id: Id239cb2e2b2c4658dedfc187b7784b0302701700 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'testapi/update/test.yml')
-rw-r--r--testapi/update/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/update/test.yml b/testapi/update/test.yml
index a886872..943105c 100644
--- a/testapi/update/test.yml
+++ b/testapi/update/test.yml
@@ -1,7 +1,7 @@
---
- hosts: "{{ host }}"
remote_user: "{{ user }}"
- become: yes
+ become: "yes"
become_method: sudo
vars:
user: "root"