diff options
author | 2017-03-17 01:18:11 +0000 | |
---|---|---|
committer | 2017-03-17 01:18:11 +0000 | |
commit | 7cd1d81bcaa25cfcf7044eb3a47c40e8774ebbed (patch) | |
tree | c2b70b322f7d553f76b95bd34e8bacf97cf84fa6 /testapi/update/update.yml | |
parent | 327382ff3903d8d7c4230529a40148a3dcccd5b1 (diff) | |
parent | f151fcc79891b125177abdf838a14575fca3a79a (diff) |
Merge "utils: fix yamllint issues"
Diffstat (limited to 'testapi/update/update.yml')
-rw-r--r-- | testapi/update/update.yml | 4 |
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 |