summaryrefslogtreecommitdiffstats
path: root/testapi
diff options
context:
space:
mode:
Diffstat (limited to 'testapi')
-rw-r--r--testapi/update/test.yml2
-rw-r--r--testapi/update/update.yml4
2 files changed, 3 insertions, 3 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"
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