From 5c2ac8de2d6379d97f13231a70e8f303791fb621 Mon Sep 17 00:00:00 2001 From: Rudolf Date: Sun, 7 Apr 2024 17:54:45 +0200 Subject: [PATCH] opt need escalated privs --- ci/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/deploy.yaml b/ci/deploy.yaml index 1ecb8f9..f5a2142 100644 --- a/ci/deploy.yaml +++ b/ci/deploy.yaml @@ -4,6 +4,9 @@ tasks: - name: "Prepare pywb operation directory" file: + become: true + owner: ansible + group: ansible dest: "{{ pywb_dir }}" state: directory