utils: fix yamllint issues
[releng.git] / utils / test / testapi / update / update.yml
index e6663d9..18b75b6 100644 (file)
@@ -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