forked from ISTI-ansible-roles/ansible-role-ckan
Fix a task name.
This commit is contained in:
parent
f1825c4489
commit
6fa25771da
|
|
@ -251,7 +251,7 @@
|
|||
notify: Restart CKAN
|
||||
tags: ['ckan', 'ckan_google_analytics', 'ckan_plugins']
|
||||
|
||||
- name: Download the KATA CKAN ckanext-oaiphm requirements
|
||||
- name: Install the CKAN Google Analytics plugin requirements
|
||||
pip: requirements={{ ckan_virtenv }}/src/ckanext-googleanalytics/requirements.txt virtualenv={{ ckan_virtenv }} state=present
|
||||
when: ckan_google_analytics | bool
|
||||
notify: Restart CKAN
|
||||
|
|
|
|||
Loading…
Reference in New Issue