library/roles/smartgears/oscar_importer_se_plugin/tasks/main.yml: The package must be installed as root.

This commit is contained in:
Andrea Dell'Amico 2017-07-20 17:02:52 +02:00
parent f9b037000d
commit 14758bbc60
1 changed files with 1 additions and 0 deletions

View File

@ -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