forked from ISTI-ansible-roles/ansible-roles
library/roles/ckan/ckan/tasks/ckan-plugins.yml: notify a restart when the google analytics plugin is upgraded.
This commit is contained in:
parent
1433b6d427
commit
958b14c896
|
@ -159,6 +159,7 @@
|
|||
pip: name='{{ ckan_google_analytics_url }}' virtualenv={{ ckan_virtenv }} editable=true state={{ ckan_ga_plugin_state }}
|
||||
when: ckan_google_analytics
|
||||
register: install_ckan_google_analytics
|
||||
notify: Restart CKAN
|
||||
tags: [ 'ckan', 'ckan_google_analytics', 'ckan_plugins' ]
|
||||
|
||||
# - name: Install a fix for the CKAN google analytics plugin
|
||||
|
|
Loading…
Reference in New Issue