From ee2374aa03474f2af50b3dac1278b3697e41d683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 16 Apr 2020 16:58:32 +0800 Subject: [PATCH] become true --- deploy/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index 1a0048b4c..1eff26dd7 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -1,7 +1,7 @@ --- - hosts: "{{ deploy_hosts }}" remote_user: ubuntu - sudo: True + become: True tasks: - name: copy shell copy: