From 7b78acc6f7ed604fa8e5433ca65377470c84c2fa Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 26 Jun 2023 12:41:17 +0200 Subject: [PATCH] Remove the GA plugin as root --- tasks/ckan-plugins.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/ckan-plugins.yml b/tasks/ckan-plugins.yml index e25d95d..b1265ed 100644 --- a/tasks/ckan-plugins.yml +++ b/tasks/ckan-plugins.yml @@ -209,6 +209,7 @@ tags: ['ckan', 'ckan_google_analytics', 'ckan_plugins'] - name: Force the removal of the CKAN Google Analytics plugin code + become_user: root file: path: /usr/lib/ckan/default/src/ckanext-googleanalytics state: absent