From 554c088755b2048907b99c884d0ee96e1568793d 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:52:24 +0800 Subject: [PATCH] sudo true --- deploy/ansible.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index f9b033a69..1a0048b4c 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -1,6 +1,7 @@ --- - hosts: "{{ deploy_hosts }}" remote_user: ubuntu + sudo: True tasks: - name: copy shell copy: