From aba07d2eedcf1c32f57f07f44d3d69447535aa7e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 14 Mar 2017 11:58:05 -0700 Subject: utils: fix yamllint issues Linting utils/test yaml files Change-Id: Id239cb2e2b2c4658dedfc187b7784b0302701700 Signed-off-by: Jessica Wagantall --- utils/test/testapi/update/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/test/testapi/update/update.yml') diff --git a/utils/test/testapi/update/update.yml b/utils/test/testapi/update/update.yml index e6663d905..18b75b6bf 100644 --- a/utils/test/testapi/update/update.yml +++ b/utils/test/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 -- cgit 1.2.3-korg