CKAN: fix a typo.
This commit is contained in:
parent
0c4c08c8a0
commit
5e748e6bee
|
@ -155,7 +155,7 @@
|
|||
|
||||
- name: Download the CKAN LIRE plugin code
|
||||
git: repo={{ ckan_ckanext_lire_url }} dest={{ ckan_virtenv }}/src/ckanext-lire force=yes update={{ ckan_git_plugins_state }}
|
||||
when: ckan_ckanext_lir | boole
|
||||
when: ckan_ckanext_lire | bool
|
||||
register: install_lire_plugin
|
||||
tags: [ 'ckan', 'ckan_lire', 'ckan_plugins' ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue