diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-03-14 11:58:05 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-03-14 12:00:13 -0700 |
commit | aba07d2eedcf1c32f57f07f44d3d69447535aa7e (patch) | |
tree | 2b0c2d8a4952f2d59c39bc98d994e2d9ad24a930 /utils/test/testapi | |
parent | d08d2aa2484626b66bd3d904d67a653f7683f6b4 (diff) |
utils: fix yamllint issues
Linting utils/test yaml files
Change-Id: Id239cb2e2b2c4658dedfc187b7784b0302701700
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'utils/test/testapi')
-rw-r--r-- | utils/test/testapi/update/test.yml | 2 | ||||
-rw-r--r-- | utils/test/testapi/update/update.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/test/testapi/update/test.yml b/utils/test/testapi/update/test.yml index a8868720d..943105c5f 100644 --- a/utils/test/testapi/update/test.yml +++ b/utils/test/testapi/update/test.yml @@ -1,7 +1,7 @@ --- - hosts: "{{ host }}" remote_user: "{{ user }}" - become: yes + become: "yes" become_method: sudo vars: user: "root" 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 |