library/roles/smartgears/oscar_importer_se_plugin/tasks/main.yml: The package must be installed as root.
This commit is contained in:
parent
f9b037000d
commit
14758bbc60
|
@ -9,6 +9,7 @@
|
||||||
notify: Restart smartgears
|
notify: Restart smartgears
|
||||||
|
|
||||||
- name: Install the libnetcdfc7 package
|
- name: Install the libnetcdfc7 package
|
||||||
|
become_user: root
|
||||||
apt: pkg=libnetcdfc7 state=present update_cache=yes cache_valid_time=1800
|
apt: pkg=libnetcdfc7 state=present update_cache=yes cache_valid_time=1800
|
||||||
|
|
||||||
become: True
|
become: True
|
||||||
|
|
Loading…
Reference in New Issue