Fix a task name.

This commit is contained in:
Andrea Dell'Amico 2023-06-28 14:33:05 +02:00
parent f1825c4489
commit 6fa25771da
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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