From 14758bbc6014b08cf17483182e80a21644ae83bd Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 20 Jul 2017 17:02:52 +0200 Subject: [PATCH] library/roles/smartgears/oscar_importer_se_plugin/tasks/main.yml: The package must be installed as root. --- smartgears/oscar_importer_se_plugin/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/smartgears/oscar_importer_se_plugin/tasks/main.yml b/smartgears/oscar_importer_se_plugin/tasks/main.yml index 4eca0a1f..b8df5a17 100644 --- a/smartgears/oscar_importer_se_plugin/tasks/main.yml +++ b/smartgears/oscar_importer_se_plugin/tasks/main.yml @@ -9,6 +9,7 @@ notify: Restart smartgears - name: Install the libnetcdfc7 package + become_user: root apt: pkg=libnetcdfc7 state=present update_cache=yes cache_valid_time=1800 become: True