library/roles/ckan/ckan/tasks/ckan-plugins.yml: notify a restart when the google analytics plugin is upgraded.

This commit is contained in:
Andrea Dell'Amico 2018-02-22 18:16:31 +01:00
parent 1433b6d427
commit 958b14c896
1 changed files with 1 additions and 0 deletions

View File

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